mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
add strings
This commit is contained in:
parent
8b93d184e1
commit
01cd3c3f4e
5 changed files with 82 additions and 4 deletions
|
|
@ -1,5 +1,28 @@
|
|||
{
|
||||
"key": "government",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"administrative": "Administrative",
|
||||
"public_service": "Public Service",
|
||||
"tax": "Tax",
|
||||
"register_office": "Register",
|
||||
"legislative": "Legislative",
|
||||
"transportation": "Transportation",
|
||||
"ministry": "Ministry",
|
||||
"healthcare": "Healthcare",
|
||||
"prosecutor": "Prosecutor",
|
||||
"social_services": "Social Services",
|
||||
"education": "Education",
|
||||
"social_security": "Social Security",
|
||||
"customs": "Customs",
|
||||
"environment": "Environment",
|
||||
"cadaster": "Cadaster",
|
||||
"culture": "Culture",
|
||||
"statistics": "Statistics",
|
||||
"audit": "Audit",
|
||||
"parliament": "Parliament"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,26 @@
|
|||
{
|
||||
"key": "industrial",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"oil": "Oil",
|
||||
"grinding_mill": "Grinding Mill",
|
||||
"factory": "Factory",
|
||||
"wellsite": "Wellsite",
|
||||
"depot": "Depot",
|
||||
"scrap_yard": "Scrap Yard",
|
||||
"warehouse": "Warehouse",
|
||||
"brickyard": "Brickyard",
|
||||
"port": "Port",
|
||||
"mine": "Mine",
|
||||
"sawmill": "Sawmill",
|
||||
"communication": "Communication",
|
||||
"slaughterhouse": "Slaughterhouse",
|
||||
"concrete_plant": "Concrete Plant",
|
||||
"shipyard": "Shipyard",
|
||||
"heating_station": "Heating Station",
|
||||
"chemical": "Chemical"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,22 @@
|
|||
{
|
||||
"key": "residential",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"rural": "Rural",
|
||||
"apartments": "Apartments",
|
||||
"single_family": "Single Family",
|
||||
"urban": "Urban",
|
||||
"condominium": "Condominium",
|
||||
"trailer_park": "Trailer Park",
|
||||
"irregular_settlement": "Irregular Settlement",
|
||||
"detached": "Detached",
|
||||
"terrace": "Terrace",
|
||||
"university": "University",
|
||||
"halting_site": "Halting Site",
|
||||
"block": "Block",
|
||||
"duplex": "Duplex"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"icon": "temaki-military",
|
||||
"fields": [
|
||||
"name"
|
||||
"name",
|
||||
"military"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue