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

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Industrial sites",
  5. "de": "Industriestandorte",
  6. "fr": "SItes industriels"
  7. },
  8. "query": {
  9. "10": [
  10. "(node[landuse=industrial];",
  11. "way[landuse=industrial];",
  12. "relation[landuse=industrial];)"
  13. ]
  14. },
  15. "feature": {
  16. "markerSign": "<img data-src=\"maki:industry?size=15&amp;fill=brown\">",
  17. "listMarkerSign": "<img data-src=\"maki:industry?size=15&amp;fill=brown\">",
  18. "markerSymbol": "",
  19. "listMarkerSymbol": "",
  20. "style": {
  21. "color": "brown",
  22. "fillColor": "brown"
  23. }
  24. }
  25. }