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

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