mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-01 15:23:51 +01:00
add strings
This commit is contained in:
parent
8b93d184e1
commit
01cd3c3f4e
5 changed files with 82 additions and 4 deletions
16
data/fields/military.json
Normal file
16
data/fields/military.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"key": "military",
|
||||
"type": "typeCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"barracks": "Barracks",
|
||||
"range": "Range",
|
||||
"base": "Base",
|
||||
"danger_area": "Danger Area",
|
||||
"training_area": "Training Area",
|
||||
"airfield": "Airfield",
|
||||
"obstacle_course": "Obstacle Course"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue