Themes: add more options for support in advertisement, add presets

This commit is contained in:
Pieter Vander Vennet 2024-04-12 14:00:43 +02:00
parent 57f6d200e1
commit c26225ccf1
15 changed files with 165 additions and 120 deletions

View file

@ -323,13 +323,15 @@
"or": [
"shelter=yes",
"amenity=shelter",
"building=shelter"
"building=shelter",
"support=street_furniture:transit_shelter"
]
},
{
"or": [
"public_transport=platform",
"highway=bus_stop"
"highway=bus_stop",
"support=street_furniture:transit_shelter"
]
}
]
@ -491,6 +493,18 @@
"walls_and_buildings"
]
},
{
"tags": [
"advertising=poster_box",
"support=street_furniture:transit_shelter"
],
"title": {
"en": "a poster box part of a public transport shelter"
},
"snapToLayer": [
"shelter"
]
},
{
"tags": [
"advertising=board"
@ -637,6 +651,19 @@
],
"maxSnapDistance": 5
},
{
"tags": [
"advertising=screen",
"support=street_furniture:transit_shelter"
],
"title": {
"en": "a screen mounted on a transit shelter"
},
"snapToLayer": [
"shelter"
],
"maxSnapDistance": 5
},
{
"tags": [
"advertising=tarp"

View file

@ -43,7 +43,19 @@
"Offsel"
],
"layers": [
"advertising"
"advertising",
{
"builtin": "shelter",
"override": {
"minzoom": 17,
"lineRendering+": [
{
"color": "#000",
"width": 2
}
]
}
}
],
"widenFactor": 0.01,
"maintainer": "Offsel"