forked from MapComplete/MapComplete
Refactoring: move more anchor specifications out of iconsize
This commit is contained in:
parent
e86f7d863e
commit
c260d16159
40 changed files with 130 additions and 86 deletions
|
@ -92,10 +92,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:#ffffff;./assets/themes/buurtnatuur/nature_reserve.svg",
|
||||
"iconSize": "50,50,center",
|
||||
"iconSize": "50,50",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
|
@ -198,10 +199,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:#ffffff;./assets/themes/buurtnatuur/park.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
|
@ -292,10 +294,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:#ffffff;./assets/themes/buurtnatuur/forest.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
|
|
|
@ -872,11 +872,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": "#00f",
|
||||
|
@ -1448,10 +1449,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "circle:white;./assets/themes/campersite/sanitary_dump_station.svg",
|
||||
"iconSize": "32,32,center",
|
||||
"iconSize": "32,32",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": "#00f",
|
||||
|
|
|
@ -600,11 +600,12 @@
|
|||
"then": "circle:white;./assets/themes/facadegardens/bloei.svg"
|
||||
}
|
||||
],
|
||||
"iconSize": "50,50,center",
|
||||
"iconSize": "50,50",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"deletion": true,
|
||||
|
|
|
@ -54,10 +54,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/buurtnatuur/forest.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": "#00f",
|
||||
|
@ -157,10 +158,11 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/fruit_trees/fruit_tree.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
},
|
||||
{
|
||||
"color": "#00f",
|
||||
|
|
|
@ -93,7 +93,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "40,40,center"
|
||||
"iconSize": "40,40",
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"title": "OSM-gebouw",
|
||||
|
|
|
@ -200,11 +200,12 @@
|
|||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/postal_codes/townhall.svg",
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"isShown": "_country=be"
|
||||
|
|
|
@ -182,11 +182,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "40,40,center",
|
||||
"iconSize": "40,40",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
],
|
||||
"anchor": "center"
|
||||
}
|
||||
],
|
||||
"description": "Alamat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue