From 4a3e482b77cf05f6b93c807aa3c1602561731e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 15 Jul 2017 21:56:47 +0200 Subject: [PATCH] Category 'works' --- index.json | 3 +++ works.json | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 works.json diff --git a/index.json b/index.json index 141aa0b..9f3f03d 100644 --- a/index.json +++ b/index.json @@ -70,6 +70,9 @@ "subCategories": [ { "id": "power" + }, + { + "id": "works" } ] }, diff --git a/works.json b/works.json new file mode 100644 index 0000000..7f3c9ce --- /dev/null +++ b/works.json @@ -0,0 +1,10 @@ +{ + "type": "overpass", + "query": { + "12": "(node[landuse~'^(industrial)$'];way[landuse~'^(industrial)$'];relation[landuse~'^(industrial)$'];)" + }, + "minZoom": 12, + "feature": { + "markerSign": "" + } +}