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" + } + } +}