From f0f2425d63330ce3908d3eece677775ce9fd6a97 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 8 Mar 2013 10:41:15 -0800 Subject: [PATCH] Add construction preset --- data/presets/presets.json | 20 ++++++++++++++++++ .../presets/presets/landuse/construction.json | 21 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 data/presets/presets/landuse/construction.json diff --git a/data/presets/presets.json b/data/presets/presets.json index 1400cfae4..7761dafeb 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1445,6 +1445,26 @@ "form": [], "icon": "" }, + { + "name": "construction", + "match": { + "type": [ + "area" + ], + "tags": { + "landuse": "construction" + }, + "terms": [] + }, + "form": [ + { + "key": "construction", + "type": "combo" + }, + "operator" + ], + "icon": "" + }, { "name": "farm", "match": { diff --git a/data/presets/presets/landuse/construction.json b/data/presets/presets/landuse/construction.json new file mode 100644 index 000000000..90684acf6 --- /dev/null +++ b/data/presets/presets/landuse/construction.json @@ -0,0 +1,21 @@ +{ + "name": "construction", + "match": { + "type": [ + "area" + ], + "tags": { + "landuse": "construction" + }, + "terms": [ + ] + }, + "form": [ + { + "key": "construction", + "type": "combo" + }, + "operator" + ], + "icon": "" +} \ No newline at end of file