@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 600 B
JSON
{
"icon": "maki-fuel",
"fields": [
"name",
"brand",
"operator",
"address",
"fuel/fuel_multi",
"fuel/fuel_multi-RU",
"self_service",
"building_area"
],
"moreFields": [
"{@templates/poi}",
"branch_brand"
],
"geometry": [
"point",
"area"
],
"terms": [
"petrol",
"fuel",
"gasoline",
"propane",
"diesel",
"lng",
"cng",
"biodiesel"
],
"tags": {
"amenity": "fuel"
},
"name": "Gas Station"
}