@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
46 lines (45 loc) • 813 B
JSON
{
"icon": "maki-library",
"fields": [
"name",
"public_bookcase/type",
"operator",
"capacity",
"lit"
],
"moreFields": [
"access_simple",
"address",
"branch_brand",
"books",
"brand",
"colour",
"covered",
"direction",
"email",
"height",
"indoor",
"level",
"location",
"opening_hours",
"phone",
"ref",
"support",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"book sharing",
"bookcrossing",
"library",
"share a book",
"sharing books"
],
"tags": {
"amenity": "public_bookcase"
},
"name": "Public Bookcase"
}