forked from MapComplete/MapComplete
Disable label for food
This commit is contained in:
parent
3545fbb1ee
commit
ef5323bdfc
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
{
|
{
|
||||||
"icon": "./assets/themes/onwheels/restaurant.svg",
|
"icon": "./assets/themes/onwheels/restaurant.svg",
|
||||||
"iconSize": "40,40,bottom"
|
"iconSize": "40,40,bottom",
|
||||||
|
"label": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue