mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
add (hidden) preset for crossing=uncontrolled, closes #390
this allows to render both of the two synonymous tags `crossing=marked` and `crossing=uncontrolled`
This commit is contained in:
parent
05f5bbe2c1
commit
3525fe694d
5 changed files with 37 additions and 7 deletions
22
data/presets/highway/crossing/_uncontrolled.json
Normal file
22
data/presets/highway/crossing/_uncontrolled.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"icon": "temaki-pedestrian_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
"tactile_paving",
|
||||
"crossing/island",
|
||||
"crossing_raised"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "crossing",
|
||||
"crossing": "uncontrolled"
|
||||
},
|
||||
"reference": {
|
||||
"key": "crossing",
|
||||
"value": "uncontrolled"
|
||||
},
|
||||
"name": "Marked Crosswalk",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
"crossing": "marked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "highway",
|
||||
"value": "crossing"
|
||||
"key": "crossing",
|
||||
"value": "marked"
|
||||
},
|
||||
"terms": [
|
||||
"zebra crossing",
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
"crossing": "marked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
"key": "crossing",
|
||||
"value": "marked"
|
||||
},
|
||||
"terms": [
|
||||
"cycle crosswalk",
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
"crossing": "unmarked"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cycleway",
|
||||
"value": "crossing"
|
||||
"key": "crossing",
|
||||
"value": "unmarked"
|
||||
},
|
||||
"terms": [
|
||||
"cycle path crossing",
|
||||
|
|
|
|||
|
|
@ -4558,6 +4558,11 @@ en:
|
|||
name: Amphitheatre
|
||||
# 'terms: open air,outdoor,greek,ampi'
|
||||
terms: <translate with synonyms or related terms for 'Amphitheatre', separated by commas>
|
||||
amenity/ticket_validator:
|
||||
# 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).
|
||||
name: Ticket Validator
|
||||
# 'terms: ticket,validator,puncher'
|
||||
terms: <translate with synonyms or related terms for 'Ticket Validator', separated by commas>
|
||||
amenity/toilets:
|
||||
# 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).
|
||||
name: Toilets
|
||||
|
|
@ -5636,7 +5641,7 @@ en:
|
|||
# 'terms: air raid,loud,noise,storm,tornado,warning'
|
||||
terms: <translate with synonyms or related terms for 'Siren', separated by commas>
|
||||
emergency/water_reservoir:
|
||||
# emergency=water_tank + landuse=reservoir | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
# 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).
|
||||
name: Emergency Water Reservoir
|
||||
# 'terms: basin,reservoir,extinguishing,firefighting'
|
||||
terms: <translate with synonyms or related terms for 'Emergency Water Reservoir', separated by commas>
|
||||
|
|
@ -5865,6 +5870,9 @@ en:
|
|||
name: Crossing With Pedestrian Signals
|
||||
# 'terms: pedestrian traffic lights,pedestrian traffic signals,pedestrian crossing (lights),bicycle crossing (lights),crosswalk (lights),flat top,hump,speed,slow'
|
||||
terms: <translate with synonyms or related terms for 'Crossing With Pedestrian Signals', separated by commas>
|
||||
highway/crossing/uncontrolled:
|
||||
# highway=crossing + crossing=uncontrolled | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Marked Crosswalk
|
||||
highway/crossing/unmarked:
|
||||
# highway=crossing + crossing=unmarked | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Unmarked Crossing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue