Themes: improve advertising theme, see #1866, translation reset for new presets

This commit is contained in:
Pieter Vander Vennet 2024-04-12 02:01:16 +02:00
parent 1dd858e104
commit 05bba071dc
46 changed files with 4115 additions and 4290 deletions

View file

@ -321,15 +321,25 @@
"advertising=poster_box",
{
"or": [
"shelter=yes",
"amenity=shelter",
"building=shelter"
]
},
{
"or": [
"public_transport=platform",
"highway=bus_stop"
"support=street_furniture:transit_shelter",
{
"and": [
{
"or": [
"shelter=yes",
"amenity=shelter",
"building=shelter"
]
},
{
"or": [
"public_transport=platform",
"highway=bus_stop",
"support=street_furniture:transit_shelter"
]
}
]
}
]
}
]
@ -470,6 +480,18 @@
"./assets/themes/advertising/Mupi_Alcoi.jpg"
]
},
{
"tags": [
"advertising=poster_box",
"support=street_furniture:transit_shelter"
],
"title": {
"en": "a poster box part of a public transport shelter"
},
"snapToLayer": [
"shelter"
]
},
{
"tags": [
"advertising=poster_box"
@ -637,6 +659,20 @@
],
"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"