id-tagging-schema/data/fields/boundary.json
2023-09-09 16:04:27 +02:00

22 lines
767 B
JSON

{
"key": "boundary",
"type": "combo",
"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"
}
}
}