mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-20 18:17:18 +02:00
Add deprecation rules for cycleway=opposite and rename field strings (#1295)
This commit is contained in:
@@ -36,17 +36,17 @@
|
||||
"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"
|
||||
},
|
||||
"separate": {
|
||||
"title": "Cycleway Mapped Separately",
|
||||
"description": "Indicates that cycleway was mapped as a separate geometry"
|
||||
},
|
||||
"opposite_lane": {
|
||||
"title": "(Deprecated) Opposite Bike Lane",
|
||||
"description": "Please update with oneway, oneway:bicycle, and cycleway:left/right=lane etc."
|
||||
},
|
||||
"opposite": {
|
||||
"title": "(Deprecated) Contraflow Bike Lane",
|
||||
"description": "Please update with oneway=yes, oneway:bicycle=no, and cycleway:both=no etc."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user