@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 420 B
JSON
{
"icon": "maki-star",
"fields": [
"name",
"operator",
"address"
],
"moreFields": [
"fee",
"gnis/feature_id-US",
"level",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"tourism": "attraction"
},
"matchScore": 0.75,
"name": "Tourist Attraction"
}