Skip to content

Commit bb084d7

Browse files
authored
Enable tagging unspecific crossing (#837, fixes #834)
1 parent 93686fa commit bb084d7

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

data/presets/highway/_crossing.json

-14
This file was deleted.

data/presets/highway/crossing.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"fields": [
3+
"crossing",
4+
"tactile_paving",
5+
"crossing/island",
6+
"crossing/markings",
7+
"crossing_raised"
8+
],
9+
"moreFields": [
10+
"flashing_lights"
11+
],
12+
"geometry": [
13+
"vertex"
14+
],
15+
"tags": {
16+
"highway": "crossing"
17+
},
18+
"matchScore": 0.9,
19+
"terms": [
20+
"crosswalk",
21+
"foot path crossing",
22+
"pedestrian crossing"
23+
],
24+
"name": "Crossing"
25+
}

0 commit comments

Comments
 (0)