POlygon rendering fixes

This commit is contained in:
Pieter Vander Vennet 2021-11-09 19:45:26 +01:00
parent 1a73bcfd54
commit 1dbe167e4e
25 changed files with 66 additions and 27 deletions

View file

@ -660,7 +660,8 @@
"render": "35,35,center"
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -160,7 +160,8 @@
],
"iconSize": "50,50,bottom",
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -307,7 +307,8 @@
]
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -206,7 +206,8 @@
]
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -183,7 +183,8 @@
],
"iconSize": "40,40,bottom",
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -205,7 +205,8 @@
"icon": "./assets/layers/ghost_bike/ghost_bike.svg",
"iconSize": "40,40,bottom",
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -10,7 +10,10 @@
{
"icon": "crosshair:#00f",
"iconSize": "40,40,center",
"location": ["point","centroid"]
"location": [
"point",
"centroid"
]
}
]
}

View file

@ -14,7 +14,10 @@
"iconSize": {
"render": "20,20,center"
},
"location": ["point","centroid"]
"location": [
"point",
"centroid"
]
}
]
}

View file

@ -115,7 +115,8 @@
"render": "35,35,center"
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -25,7 +25,10 @@
},
"mapRendering": [
{
"location": ["point","centroid"],
"location": [
"point",
"centroid"
],
"icon": "./assets/layers/street_lamps/street_lamp.svg",
"iconBadges": [
{

View file

@ -575,7 +575,8 @@
}
],
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -616,7 +616,8 @@
"render": "40,40,bottom"
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -69,7 +69,8 @@
"render": "40,40,center"
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]

View file

@ -172,7 +172,8 @@
"render": "50,50,center"
},
"location": [
"point","centroid"
"point",
"centroid"
]
}
]