mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
43
data/fields/cycleway.json
Normal file
43
data/fields/cycleway.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"keys": ["cycleway", "cycleway:left", "cycleway:right"],
|
||||
"reference": {"key": "cycleway"},
|
||||
"type": "cycleway",
|
||||
"label": "Bike Lanes",
|
||||
"placeholder": "none",
|
||||
"strings": {
|
||||
"types": {
|
||||
"cycleway:left": "Left side",
|
||||
"cycleway:right": "Right side"
|
||||
},
|
||||
"options": {
|
||||
"none": {
|
||||
"title": "None",
|
||||
"description": "No bike lane"
|
||||
},
|
||||
"lane": {
|
||||
"title": "Standard bike lane",
|
||||
"description": "A bike lane separated from auto traffic by a painted line"
|
||||
},
|
||||
"shared_lane": {
|
||||
"title": "Shared bike lane",
|
||||
"description": "A bike lane with no separation from auto traffic"
|
||||
},
|
||||
"track": {
|
||||
"title": "Bike track",
|
||||
"description": "A bike lane separated from traffic by a physical barrier"
|
||||
},
|
||||
"share_busway": {
|
||||
"title": "Bike lane shared with bus",
|
||||
"description": "A bike lane shared with a bus lane"
|
||||
},
|
||||
"opposite_lane": {
|
||||
"title": "Opposite bike lane",
|
||||
"description": "A bike lane that travels in the opposite direction of traffic"
|
||||
},
|
||||
"opposite": {
|
||||
"title": "Contraflow bike lane",
|
||||
"description": "A bike lane that travels in both directions on a one-way street"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue