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.

44 lines
1.3 KiB

  1. name:
  2. ca: Mapa a peu de carrer
  3. cs: Schematický diagram
  4. de: Schwarzplan
  5. en: Figure-ground diagram
  6. es: Diagrama figura-fondo
  7. fr: Empreintes
  8. gl: Cheos e baleiros
  9. hu: Fekete épületalaprajzok
  10. it: Schema di Impronta
  11. ja: フィギュア-グランド図式
  12. nb: Figur-bakke diagram
  13. nl: Plattegrond
  14. oc: Marca au sòu
  15. pl: Plan zagospodarowania przestrzennego
  16. pt-br: Cheios e vazios
  17. pt: Cheios e vazios
  18. tr: Figür-zemin diyagramı
  19. query:
  20. 16: |-
  21. (
  22. way[building];
  23. relation[building];
  24. )
  25. feature:
  26. markerSymbol: ''
  27. listMarkerSymbol: '{{ markerPolygon({fillColor: "#000000", fillOpacity: 1 })|raw }}'
  28. priority: |-
  29. {% set p = 100 %}
  30. {% if tags.name %}{% set p = p - 10 %}{% endif %}
  31. {% if tags.amenity %}{% set p = p - 1 %}{% endif %}
  32. {% if tags.historic %}{% set p = p - 1 %}{% endif %}
  33. {% if tags.culture %}{% set p = p - 1 %}{% endif %}
  34. {% if tags.highway %}{% set p = p - 1 %}{% endif %}
  35. {% if tags.railway %}{% set p = p - 1 %}{% endif %}
  36. {% if tags.aeroway %}{% set p = p - 1 %}{% endif %}
  37. {% if tags.amenity %}{% set p = p - 1 %}{% endif %}
  38. {% if tags.tourism %}{% set p = p - 1 %}{% endif %}
  39. {{ p }}
  40. style:
  41. width: 0
  42. color: '#000000'
  43. fillColor: '#000000'
  44. fillOpacity: 1