mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-03 00:03:51 +01:00
Add translatable strings to boundary field
This commit is contained in:
parent
f2c16fbcd6
commit
8912cb2d76
1 changed files with 18 additions and 1 deletions
|
|
@ -1,5 +1,22 @@
|
|||
{
|
||||
"key": "boundary",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"aboriginal_lands": "Aboriginal Lands",
|
||||
"administrative": "Administrative Boundary",
|
||||
"border_zone": "Border Zone",
|
||||
"forest": "Forest Boundary",
|
||||
"forest_compartment": "Forest Compartment",
|
||||
"hazard": "Hazardous Area",
|
||||
"maritime": "Maritime Boundary",
|
||||
"national_park": "National Park",
|
||||
"political": "Political / Electoral Boundary",
|
||||
"postal_code": "Postal Code Boundary",
|
||||
"protected_area": "Protected Area",
|
||||
"special_economic_zone": "Special Economic Zone",
|
||||
"disputed": "Disputed Territory"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue