Skip to content

Commit bd1dd8f

Browse files
committed
suggest to remove "highway=crossing" when "crossing=no"
resolves #863 (comment)
1 parent 2eabf49 commit bd1dd8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/deprecated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@
446446
"old": {"crossing": "traffic_lights"},
447447
"replace": {"crossing": "traffic_signals"}
448448
},
449+
{
450+
"old": {"crossing": "no", "highway": "crossing"},
451+
"replace": {"crossing": "no"}
452+
},
449453
{
450454
"old": {"cuisine": "gluten-free"},
451455
"replace": {"diet:gluten_free": "*"}

0 commit comments

Comments
 (0)