Refactoring: More fixes to the themes

This commit is contained in:
Pieter Vander Vennet 2023-06-20 03:49:12 +02:00
parent c260d16159
commit 4a6457f146
7 changed files with 29 additions and 37 deletions

View file

@ -542,9 +542,7 @@
"color": "#888888"
}
],
"title": {
"render": "Service road"
},
"title": "Service road",
"tagRenderings": []
},
{
@ -759,9 +757,7 @@
"location": [
"point"
],
"icon": {
"render": "./assets/svg/robot.svg"
},
"icon":"./assets/svg/robot.svg",
"iconSize": "15,15"
}
]
@ -773,4 +769,4 @@
"overpassMaxZoom": 15,
"osmApiTileSize": 17,
"credits": "Pieter Vander Vennet"
}
}

View file

@ -207,7 +207,7 @@
{
"icon": "./assets/themes/onwheels/parking.svg",
"anchor": "bottom",
"iconSize": {
"=iconSize": {
"render": "20,20",
"mappings": [
{
@ -514,4 +514,4 @@
]
},
"enableDownload": true
}
}

View file

@ -191,12 +191,8 @@
"minzoom": 19,
"mapRendering+": [
{
"color": {
"render": "#00f"
},
"width": {
"render": "8"
}
"color": "#00f",
"width": "8"
}
]
}
@ -214,12 +210,8 @@
"minzoom": 19,
"mapRendering+": [
{
"color": {
"render": "yellow"
},
"width": {
"render": "8"
}
"color": "yellow",
"width": "8"
}
]
}
@ -404,4 +396,4 @@
]
}
]
}
}

View file

@ -109,9 +109,7 @@
"minzoom": 14,
"mapRendering": [
{
"icon": {
"render": "./assets/themes/toerisme_vlaanderen/bench.svg"
}
"icon": "./assets/themes/toerisme_vlaanderen/bench.svg"
}
]
}
@ -122,9 +120,7 @@
"minzoom": 14,
"mapRendering": [
{
"icon": {
"render": "./assets/themes/toerisme_vlaanderen/picnic_table.svg"
}
"icon": "./assets/themes/toerisme_vlaanderen/picnic_table.svg"
}
]
}
@ -135,9 +131,7 @@
"minzoom": 14,
"mapRendering": [
{
"icon": {
"render": "./assets/themes/toerisme_vlaanderen/observation_tower.svg"
}
"icon": "./assets/themes/toerisme_vlaanderen/observation_tower.svg"
}
]
}
@ -232,9 +226,7 @@
"minzoom": 14,
"mapRendering": [
{
"icon": {
"render": "./assets/themes/toerisme_vlaanderen/playground.svg"
}
"icon": "./assets/themes/toerisme_vlaanderen/playground.svg"
}
]
},
@ -247,4 +239,4 @@
"hideFromOverview": true,
"enableMoreQuests": false,
"enableShareScreen": false
}
}