@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
44 lines (43 loc) • 843 B
JSON
{
"icon": "maki-shop",
"fields": [
"name",
"shop",
"operator",
"address",
"building_area_yes",
"opening_hours",
"payment_multi",
"phone"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand",
"building/levels_building",
"changing_table",
"currency_multi",
"ele",
"height_building",
"second_hand",
"stroller",
"toilets",
"toilets/wheelchair",
"toilets/menstrual_products_poi"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "*"
},
"terms": [
"retailer",
"store"
],
"name": "Shop",
"matchScore": 0.7
}