Skip to content

Commit

Permalink
Fix reference links for highway=crossing, footway=crossing
Browse files Browse the repository at this point in the history
(closes #4480)
  • Loading branch information
bhousel committed Oct 28, 2017
1 parent 17c6842 commit 93d6d22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5990,7 +5990,7 @@
"crossing": "zebra"
},
"reference": {
"key": "highway",
"key": "footway",
"value": "crossing"
},
"terms": [
Expand Down Expand Up @@ -6708,7 +6708,7 @@
"highway": "crossing"
},
"reference": {
"key": "footway",
"key": "highway",
"value": "crossing"
},
"terms": [],
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/footway/crosswalk.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"crossing": "zebra"
},
"reference": {
"key": "highway",
"key": "footway",
"value": "crossing"
},
"terms": [
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets/highway/crossing.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"highway": "crossing"
},
"reference": {
"key": "footway",
"key": "highway",
"value": "crossing"
},
"terms": [],
Expand Down

0 comments on commit 93d6d22

Please sign in to comment.