Skip to content

Commit 3525fe6

Browse files
committed
add (hidden) preset for crossing=uncontrolled, closes #390
this allows to render both of the two synonymous tags `crossing=marked` and `crossing=uncontrolled`
1 parent 05f5bbe commit 3525fe6

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"icon": "temaki-pedestrian_crosswalk",
3+
"fields": [
4+
"crossing",
5+
"tactile_paving",
6+
"crossing/island",
7+
"crossing_raised"
8+
],
9+
"geometry": [
10+
"vertex"
11+
],
12+
"tags": {
13+
"highway": "crossing",
14+
"crossing": "uncontrolled"
15+
},
16+
"reference": {
17+
"key": "crossing",
18+
"value": "uncontrolled"
19+
},
20+
"name": "Marked Crosswalk",
21+
"searchable": false
22+
}

data/presets/highway/crossing/marked.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"crossing": "marked"
1515
},
1616
"reference": {
17-
"key": "highway",
18-
"value": "crossing"
17+
"key": "crossing",
18+
"value": "marked"
1919
},
2020
"terms": [
2121
"zebra crossing",

data/presets/highway/cycleway/crossing/marked.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"crossing": "marked"
1717
},
1818
"reference": {
19-
"key": "cycleway",
20-
"value": "crossing"
19+
"key": "crossing",
20+
"value": "marked"
2121
},
2222
"terms": [
2323
"cycle crosswalk",

data/presets/highway/cycleway/crossing/unmarked.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"crossing": "unmarked"
1717
},
1818
"reference": {
19-
"key": "cycleway",
20-
"value": "crossing"
19+
"key": "crossing",
20+
"value": "unmarked"
2121
},
2222
"terms": [
2323
"cycle path crossing",

interim/source_strings.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4558,6 +4558,11 @@ en:
45584558
name: Amphitheatre
45594559
# 'terms: open air,outdoor,greek,ampi'
45604560
terms: <translate with synonyms or related terms for 'Amphitheatre', separated by commas>
4561+
amenity/ticket_validator:
4562+
# amenity=ticket_validator | ticket puncher, punching machine, ticket marker | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
4563+
name: Ticket Validator
4564+
# 'terms: ticket,validator,puncher'
4565+
terms: <translate with synonyms or related terms for 'Ticket Validator', separated by commas>
45614566
amenity/toilets:
45624567
# amenity=toilets | Restroom, Bathroom, Lavatory, Water Closet | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
45634568
name: Toilets
@@ -5636,7 +5641,7 @@ en:
56365641
# 'terms: air raid,loud,noise,storm,tornado,warning'
56375642
terms: <translate with synonyms or related terms for 'Siren', separated by commas>
56385643
emergency/water_reservoir:
5639-
# emergency=water_tank + landuse=reservoir | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
5644+
# emergency=water_tank + natural=water + water=reservoir | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
56405645
name: Emergency Water Reservoir
56415646
# 'terms: basin,reservoir,extinguishing,firefighting'
56425647
terms: <translate with synonyms or related terms for 'Emergency Water Reservoir', separated by commas>
@@ -5865,6 +5870,9 @@ en:
58655870
name: Crossing With Pedestrian Signals
58665871
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights),flat top,hump,speed,slow'
58675872
terms: <translate with synonyms or related terms for 'Crossing With Pedestrian Signals', separated by commas>
5873+
highway/crossing/uncontrolled:
5874+
# highway=crossing + crossing=uncontrolled | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
5875+
name: Marked Crosswalk
58685876
highway/crossing/unmarked:
58695877
# highway=crossing + crossing=unmarked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
58705878
name: Unmarked Crossing

0 commit comments

Comments
 (0)