Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2024-10-08 13:55:00 +02:00
commit 7d02b90232
41 changed files with 2507 additions and 170 deletions

View file

@ -21,6 +21,9 @@
]
}
},
"keywords": {"nl": [
"oplaadstations","oplaad stations","oplaad punten"
]},
"title": {
"render": {
"en": "Charging station",
@ -3345,4 +3348,4 @@
},
"neededChangesets": 10
}
}
}

View file

@ -108,10 +108,6 @@
"pointRendering": [
{
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
},
{
"if": {
"or": [
@ -1046,6 +1042,12 @@
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?"
},
"mappings": [
{
"if": "diet:vegetarian=only",
"then": {
"en": "Serves only vegetarian snacks and burgers"
}
},
{
"if": "diet:vegetarian=yes",
"then": {
@ -1093,6 +1095,12 @@
"cs": "Má tento obchod s hranolky veganské občerstvení?"
},
"mappings": [
{
"if": "diet:vegan=only",
"then": {
"en": "Servers only vegan snacks and burgers"
}
},
{
"if": "diet:vegan=yes",
"then": {

View file

@ -38,6 +38,11 @@
"point",
"centroid"
],
"label": {
"render": "{name}",
"condition": "name~*"
},
"labelCssClasses": "bg-white rounded px-2",
"marker": [
{
"icon": "circle",

View file

@ -153,10 +153,6 @@
}
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
},
{
"if": {
"or": [
@ -176,11 +172,12 @@
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
}
],
"labelCssClasses": "bg-white rounded px-2",,
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
"then": "{name}"
}
]
},