Disable label for food

This commit is contained in:
Robin van der Linde 2022-07-24 13:06:58 +02:00
parent 3545fbb1ee
commit ef5323bdfc
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

@ -54,7 +54,8 @@
"mapRendering": [
{
"icon": "./assets/themes/onwheels/restaurant.svg",
"iconSize": "40,40,bottom"
"iconSize": "40,40,bottom",
"label": null
}
]
}