mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add town hall preset
This commit is contained in:
@@ -630,6 +630,30 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "town hall",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"areea"
|
||||
],
|
||||
"terms": [
|
||||
"village hall",
|
||||
"city government",
|
||||
"courthouse",
|
||||
"municipal building",
|
||||
"municipal center"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "townhall"
|
||||
}
|
||||
},
|
||||
"icon": "town-hall",
|
||||
"form": [
|
||||
"building_area",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "golf course",
|
||||
"match": {
|
||||
|
||||
Reference in New Issue
Block a user