mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 07:13:53 +01:00
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"key": "military",
|
|
"type": "combo",
|
|
"label": "Type",
|
|
"strings": {
|
|
"options": {
|
|
"barracks": "Barracks",
|
|
"range": "Range",
|
|
"base": "Base",
|
|
"danger_area": "Danger Area",
|
|
"training_area": "Training Area",
|
|
"airfield": "Airfield",
|
|
"obstacle_course": "Obstacle Course"
|
|
}
|
|
},
|
|
"autoSuggestions": false
|
|
}
|