Skip to content

Commit f9c624f

Browse files
authored
Deprecate amenity=lockers (typo of amentiy=locker) (#1124)
1 parent bad5efe commit f9c624f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/deprecated.json

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
"old": {"amenity": "lifeboat_station"},
120120
"replace": {"emergency": "water_rescue"}
121121
},
122+
{
123+
"old": {"amenity": "lockers"},
124+
"replace": {"amenity": "locker"}
125+
},
122126
{
123127
"old": {"amenity": "notice_board"},
124128
"replace": {"advertising": "board"}

0 commit comments

Comments
 (0)