mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"key": "curve",
|
|
"type": "combo",
|
|
"strings": {
|
|
"options": {
|
|
"hairpin": "Hairpin/Switchback",
|
|
"loop": "Loop (270 Degrees or More)"
|
|
}
|
|
},
|
|
"label": "Type",
|
|
"prerequisiteTag": {
|
|
"key": "hazard",
|
|
"value": "curve"
|
|
}
|
|
}
|