forked from MapComplete/MapComplete
Refactoring: update icons to markers
This commit is contained in:
parent
cda5805307
commit
8c7f686931
8 changed files with 92 additions and 63 deletions
|
@ -650,9 +650,13 @@
|
|||
"pointRendering": [
|
||||
{
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"render": "circle:white;./assets/layers/sport_pitch/sport_pitch.svg",
|
||||
"render": "./assets/layers/sport_pitch/sport_pitch.svg",
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
|
@ -669,7 +673,7 @@
|
|||
"sport=equestrian"
|
||||
]
|
||||
},
|
||||
"then": "circle:white;./assets/layers/sport_pitch/{sport}.svg"
|
||||
"then": "./assets/layers/sport_pitch/{sport}.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue