@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 745 B
JSON
{
"icon": "maki-library",
"fields": [
"name",
"operator",
"operator/type",
"building_area_yes",
"opening_hours",
"address",
"ref/isil",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"access_simple",
"air_conditioning",
"baby_feeding",
"books",
"changing_table",
"indoor_seating",
"polling_station",
"toilets"
],
"geometry": [
"point",
"area"
],
"terms": [
"book",
"public library",
"reading"
],
"tags": {
"amenity": "library"
},
"name": "Library"
}