@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
37 lines (36 loc) • 712 B
JSON
{
"icon": "temaki-boat_tour",
"fields": [
"name",
"operator",
"seamark/rescue_station/category",
"address",
"building_area_yes",
"phone",
"website"
],
"moreFields": [
"{@templates/contact}",
"gnis/feature_id-US",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"lifeboat",
"rescue",
"search and rescue",
"life saving",
"boat rescue"
],
"tags": {
"emergency": "water_rescue"
},
"addTags": {
"emergency": "water_rescue",
"seamark:type": "rescue_station"
},
"name": "Lifeboat Station"
}