From ead70be5e7d78b7ddb8c51a5deeaa15e130e7ae7 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 6 Mar 2013 20:34:22 -0800 Subject: [PATCH] Add town hall preset --- data/presets/presets.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/presets/presets.json b/data/presets/presets.json index ff4236fd6..7ee0c17f5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": {