mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue