@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 533 B
JSON
{
"icon": "maki-slipway",
"fields": [
"{leisure/slipway}",
"lanes"
],
"moreFields": [
"{leisure/slipway}"
],
"geometry": [
"line"
],
"terms": [
"boat launch",
"boat ramp",
"boat landing"
],
"tags": {
"leisure": "slipway",
"highway": "service"
},
"addTags": {
"leisure": "slipway",
"highway": "service",
"service": "slipway"
},
"matchScore": 1.1,
"name": "Slipway (Drivable)"
}