From 202d3a82bb0071518392e3f4bb3d9d00dff25088 Mon Sep 17 00:00:00 2001 From: germainaugsburger Date: Thu, 17 Jan 2019 16:18:42 +0100 Subject: [PATCH] Add 'industrial-factories.json' --- industrial-factories.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 industrial-factories.json diff --git a/industrial-factories.json b/industrial-factories.json new file mode 100644 index 0000000..27cd78a --- /dev/null +++ b/industrial-factories.json @@ -0,0 +1,28 @@ +{ + "type": "overpass", + "name": { + "en": "Industrial factories", + "de": "Industrielle Fabriken", + "fr": "Fabriques industrielles" + }, + "query": { + "5": [ + "(node[industrial=factory];", + "node[industrial=machinery];", + "way[industrial=factory];", + "way[industrial=machinery];", + "relation[industrial=factory];", + "relation[industrial=machinery];)" + ] + }, + "feature": { + "markerSign": "", + "listMarkerSign": "", + "markerSymbol": "", + "listMarkerSymbol": "", + "style": { + "color": "brown", + "fillColor": "brown" + } + } +}