forked from MapComplete/MapComplete
Themes(public_notice_boards): Fix issues with title
This commit is contained in:
parent
e0c70d3052
commit
193ac24256
2 changed files with 6 additions and 1 deletions
|
@ -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": [
|
||||||
|
|
|
@ -45,6 +45,10 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"title": {
|
||||||
|
"en": "Advertising board",
|
||||||
|
"nl": "Affichebord"
|
||||||
|
},
|
||||||
"+tagRenderings": [
|
"+tagRenderings": [
|
||||||
{
|
{
|
||||||
"id": "advertising_board-access",
|
"id": "advertising_board-access",
|
||||||
|
|
Loading…
Reference in a new issue