forked from OpenStreetBrowser/main
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
19 lines
885 B
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"en": "Buildings",
|
|
"de": "Gebäude"
|
|
},
|
|
"query": {
|
|
"16": "(\n way[building];\n relation[building];\n)"
|
|
},
|
|
"feature": {
|
|
"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 }}",
|
|
"markerSign": null,
|
|
"style": {
|
|
"fillColor": "#000000",
|
|
"color": "#000000",
|
|
"weight": "1"
|
|
}
|
|
}
|
|
}
|