@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
43 lines (42 loc) • 811 B
JSON
{
"icon": "maki-suitcase",
"fields": [
"name",
"office",
"address",
"building_area_yes",
"opening_hours",
"phone",
"website"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"air_conditioning",
"baby_feeding",
"building/levels_building",
"ele",
"gnis/feature_id-US",
"height_building",
"level",
"not/name",
"operator",
"ref/vatin",
"ref/FR/siret-FR",
"smoking",
"wheelchair"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"office": "*"
},
"terms": [
"administration"
],
"name": "Office",
"matchScore": 0.7
}