Skip to content

Commit

Permalink
Enable tagging unspecific crossing (#837, fixes #834)
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Apr 4, 2023
1 parent 93686fa commit bb084d7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
14 changes: 0 additions & 14 deletions data/presets/highway/_crossing.json

This file was deleted.

25 changes: 25 additions & 0 deletions data/presets/highway/crossing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"fields": [
"crossing",
"tactile_paving",
"crossing/island",
"crossing/markings",
"crossing_raised"
],
"moreFields": [
"flashing_lights"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "crossing"
},
"matchScore": 0.9,
"terms": [
"crosswalk",
"foot path crossing",
"pedestrian crossing"
],
"name": "Crossing"
}

0 comments on commit bb084d7

Please sign in to comment.