mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Also added fields for `hazard`, `curve`, `curves`, `hazard:animal`, and changed the name for the `military=danger_area` preset
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"key": "curve",
|
|
"type": "combo",
|
|
"label": "Type",
|
|
"prerequisiteTag": {
|
|
"key": "hazard",
|
|
"value": "curve"
|
|
}
|
|
}
|