mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix reference links for highway=crossing, footway=crossing
(closes #4480)
This commit is contained in:
@@ -5990,7 +5990,7 @@
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
@@ -6708,7 +6708,7 @@
|
||||
"highway": "crossing"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [],
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"crossing": "zebra"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"key": "footway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"highway": "crossing"
|
||||
},
|
||||
"reference": {
|
||||
"key": "footway",
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
},
|
||||
"terms": [],
|
||||
|
||||
Reference in New Issue
Block a user