Themes(public_notice_boards): Fix issues with title

This commit is contained in:
Midgard 2024-12-09 01:05:00 +01:00
parent e0c70d3052
commit 193ac24256
Signed by: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,8 @@
"minzoom": 12, "minzoom": 12,
"title": { "title": {
"render": { "render": {
"*": "Public notice board" "en": "Public notice board",
"nl": "Affichebord voor vrij aanplakken"
} }
}, },
"pointRendering": [ "pointRendering": [

View file

@ -45,6 +45,10 @@
] ]
} }
}, },
"title": {
"en": "Advertising board",
"nl": "Affichebord"
},
"+tagRenderings": [ "+tagRenderings": [
{ {
"id": "advertising_board-access", "id": "advertising_board-access",