forked from MapComplete/MapComplete
UI: fix rendering of icons in addNewPoint, fix #1722
This commit is contained in:
parent
872e36dffa
commit
ef3eb4fcd0
3 changed files with 18 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue