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