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.

25 lines
669 B

{
"type": "overpass",
"name": {
"en": "Industrial sites",
"de": "Industriestandorte",
"fr": "SItes industriels"
},
"query": {
"10": [
"(node[landuse=industrial];",
"way[landuse=industrial];",
"relation[landuse=industrial];)"
]
},
"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"
}
}
}