@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 669 B
JSON
{
"icon": "temaki-ruins",
"fields": [
"name",
"access_simple",
"seamark/wreck/category",
"historic/wreck/date_sunk",
"historic/wreck/visible_at_low_tide",
"historic/wreck/visible_at_high_tide"
],
"moreFields": [
"{historic}",
"seamark/type"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "wreck"
},
"addTags": {
"historic": "wreck",
"seamark:type": "wreck"
},
"terms": [
"hull",
"mast",
"maritime",
"remains",
"ship",
"boat"
],
"name": "Shipwreck"
}