Refactoring: update icons to markers

This commit is contained in:
Pieter Vander Vennet 2023-10-07 03:04:49 +02:00
parent cda5805307
commit 8c7f686931
8 changed files with 92 additions and 63 deletions

View file

@ -274,8 +274,9 @@
"anchor": "center",
"marker": [
{
"icon": {
"render": "pin:#05d7fcaa",
"icon": "pin",
"color": {
"render": "#05d7fcaa",
"mappings": [
{
"if": {
@ -284,7 +285,7 @@
"name:etymology:wikidata="
]
},
"then": "pin:#fcca05aa"
"then": "#fcca05aa"
}
]
}