Main categories of OpenStreetBrowser
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.

19 lines
885 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Buildings",
  5. "de": "Gebäude"
  6. },
  7. "query": {
  8. "16": "(\n way[building];\n relation[building];\n)"
  9. },
  10. "feature": {
  11. "priority": "{% set p = 100 %}\n{% if tags.name %}{% set p = p - 10 %}{% endif %}\n{% if tags.amenity %}{% set p = p - 1 %}{% endif %}\n{% if tags.historic %}{% set p = p - 1 %}{% endif %}\n{% if tags.culture %}{% set p = p - 1 %}{% endif %}\n{% if tags.highway %}{% set p = p - 1 %}{% endif %}\n{% if tags.railway %}{% set p = p - 1 %}{% endif %}\n{% if tags.aeroway %}{% set p = p - 1 %}{% endif %}\n{% if tags.amenity %}{% set p = p - 1 %}{% endif %}\n{% if tags.tourism %}{% set p = p - 1 %}{% endif %}\n{{ p }}",
  12. "markerSign": null,
  13. "style": {
  14. "fillColor": "#000000",
  15. "color": "#000000",
  16. "weight": "1"
  17. }
  18. }
  19. }