Themes: pin more markers to new icon

This commit is contained in:
Pieter Vander Vennet 2024-01-16 04:05:45 +01:00
parent a9e145076d
commit 04ee3dc32c

View file

@ -130,7 +130,7 @@
"minzoom": 15, "minzoom": 15,
"pointRendering": [ "pointRendering": [
{ {
"marker": [ "=marker": [
{ {
"icon": "./assets/themes/onwheels/restaurant.svg" "icon": "./assets/themes/onwheels/restaurant.svg"
} }
@ -231,7 +231,7 @@
], ],
"pointRendering": [ "pointRendering": [
{ {
"marker": [ "=marker": [
{ {
"icon": "./assets/themes/onwheels/parking.svg" "icon": "./assets/themes/onwheels/parking.svg"
} }
@ -465,7 +465,7 @@
"point", "point",
"centroid" "centroid"
], ],
"marker": [ "=marker": [
{ {
"icon": "./assets/svg/statistics.svg" "icon": "./assets/svg/statistics.svg"
} }