mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-09-21 00:40:43 +02:00
cycleway field: use no value instead of none, fix spelling of labels
This commit is contained in:
+13
-12
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user