UI: fix rendering of icons in addNewPoint, fix #1722

This commit is contained in:
Pieter Vander Vennet 2024-02-02 13:55:05 +01:00
parent 872e36dffa
commit ef3eb4fcd0
3 changed files with 18 additions and 13 deletions

View file

@ -80,8 +80,10 @@
"pointRendering": [
{
"=marker": [
{"icon": "circle",
"color": "white"},
{
"icon": "circle:white;./assets/themes/onwheels/entrance.svg"
"icon": "./assets/themes/onwheels/entrance.svg"
}
]
}
@ -258,6 +260,7 @@
{
"builtin": "parking_spaces",
"override": {
"id": "parking_spaces_disabled",
"source": {
"osmTags": "parking_space=disabled"
},
@ -410,9 +413,10 @@
"syncSelection": "theme-only",
"pointRendering": [
{
"=marker": [
"=marker": [ {"icon": "circle",
"color": "white"},
{
"icon": "circle:white;./assets/themes/onwheels/elevator.svg"
"icon": "./assets/themes/onwheels/elevator.svg"
}
],
"iconSize": "40,40",