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