forked from MapComplete/MapComplete
Update postboxes.json
This commit is contained in:
parent
c4f217b74e
commit
d6b9e1fd6c
1 changed files with 10 additions and 2 deletions
|
@ -46,7 +46,11 @@
|
||||||
"en": "The layer showing postboxes."
|
"en": "The layer showing postboxes."
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images"
|
"images",
|
||||||
|
{
|
||||||
|
"id": "minimap",
|
||||||
|
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "./assets/themes/postboxes/postbox.svg"
|
"render": "./assets/themes/postboxes/postbox.svg"
|
||||||
|
@ -121,7 +125,11 @@
|
||||||
"de": "Eine Ebene mit Postämtern."
|
"de": "Eine Ebene mit Postämtern."
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images"
|
"images",
|
||||||
|
{
|
||||||
|
"id": "minimap",
|
||||||
|
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||||
|
}
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
"en": "Opening Hours: {opening_hours_table()}"
|
"en": "Opening Hours: {opening_hours_table()}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue