Areas of land used for industrial purposes. Industrial land may include buildings like workshops, factories or warehouses and their associated infrastructure. See https://wiki.openstreetmap.org/wiki/Tag:landuse%3Dindustrial
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
813 B

{
"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": "<img data-src=\"maki:industry?size=15&amp;fill=brown\">",
"listMarkerSign": "<img data-src=\"maki:industry?size=15&amp;fill=brown\">",
"markerSymbol": "",
"listMarkerSymbol": "",
"style": {
"color": "brown",
"fillColor": "brown"
}
}
}