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.

26 lines
829 B

  1. query:
  2. 16: |-
  3. (
  4. way[building];
  5. relation[building];
  6. )
  7. feature:
  8. markerSymbol: ''
  9. listMarkerSymbol: '{{ markerPolygon({fillColor: "#000000", fillOpacity: 1 })|raw }}'
  10. priority: |-
  11. {% set p = 100 %}
  12. {% if tags.name %}{% set p = p - 10 %}{% endif %}
  13. {% if tags.amenity %}{% set p = p - 1 %}{% endif %}
  14. {% if tags.historic %}{% set p = p - 1 %}{% endif %}
  15. {% if tags.culture %}{% set p = p - 1 %}{% endif %}
  16. {% if tags.highway %}{% set p = p - 1 %}{% endif %}
  17. {% if tags.railway %}{% set p = p - 1 %}{% endif %}
  18. {% if tags.aeroway %}{% set p = p - 1 %}{% endif %}
  19. {% if tags.amenity %}{% set p = p - 1 %}{% endif %}
  20. {% if tags.tourism %}{% set p = p - 1 %}{% endif %}
  21. {{ p }}
  22. style:
  23. width: 0
  24. color: '#000000'
  25. fillColor: '#000000'
  26. fillOpacity: 1