mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
cycleway field: use no value instead of none, fix spelling of labels
This commit is contained in:
parent
de6022f950
commit
e6968fe2ce
2 changed files with 24 additions and 23 deletions
|
|
@ -9,45 +9,46 @@
|
|||
},
|
||||
"type": "cycleway",
|
||||
"label": "Bike Lanes",
|
||||
"placeholder": "none",
|
||||
"placeholder": "Lane, Track, Contraflow, …",
|
||||
"strings": {
|
||||
"types": {
|
||||
"cycleway:left": "Left side",
|
||||
"cycleway:right": "Right side"
|
||||
"cycleway:left": "Left Side",
|
||||
"cycleway:right": "Right Side"
|
||||
},
|
||||
"options": {
|
||||
"none": {
|
||||
"no": {
|
||||
"title": "None",
|
||||
"description": "No bike lane"
|
||||
},
|
||||
"lane": {
|
||||
"title": "Standard bike lane",
|
||||
"title": "Standard Bike Lane",
|
||||
"description": "A bike lane separated from auto traffic by a painted line"
|
||||
},
|
||||
"shared_lane": {
|
||||
"title": "Shared bike lane",
|
||||
"title": "Shared Bike Lane",
|
||||
"description": "A bike lane with no separation from auto traffic"
|
||||
},
|
||||
"track": {
|
||||
"title": "Bike track",
|
||||
"title": "Bike Track",
|
||||
"description": "A bike lane separated from traffic by a physical barrier"
|
||||
},
|
||||
"share_busway": {
|
||||
"title": "Bike lane shared with bus",
|
||||
"title": "Bike Lane Shared With Bus",
|
||||
"description": "A bike lane shared with a bus lane"
|
||||
},
|
||||
"opposite_lane": {
|
||||
"title": "Opposite bike lane",
|
||||
"title": "Opposite Bike Lane",
|
||||
"description": "A bike lane that travels in the opposite direction of traffic"
|
||||
},
|
||||
"opposite": {
|
||||
"title": "Contraflow bike lane",
|
||||
"title": "Contraflow Bike Lane",
|
||||
"description": "A bike lane that travels in both directions on a one-way street"
|
||||
},
|
||||
"separate": {
|
||||
"title": "Cycleway mapped separately",
|
||||
"title": "Cycleway Mapped Separately",
|
||||
"description": "Indicates that cycleway was mapped as a separate geometry"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoSuggestions": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue