mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
add library preset
This commit is contained in:
@@ -221,6 +221,7 @@
|
||||
"chancel",
|
||||
"chantry",
|
||||
"chapel",
|
||||
"church",
|
||||
"fold",
|
||||
"house of God",
|
||||
"house of prayer",
|
||||
@@ -555,6 +556,24 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "library",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "library"
|
||||
}
|
||||
},
|
||||
"icon": "library",
|
||||
"form": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "museum",
|
||||
"match": {
|
||||
|
||||
Reference in New Issue
Block a user