Move SPlit-points to seperate layer; fix rendering bug on minimaps

This commit is contained in:
Pieter Vander Vennet 2021-12-03 01:29:09 +01:00
parent 5bba0f0a9b
commit a3185f2d13
4 changed files with 36 additions and 25 deletions

View file

@ -217,7 +217,7 @@ export default class PointRenderingConfig extends WithContextLoader {
}else if(icon === undefined){
htmlEl = label
}else if(label === undefined){
htmlEl = iconAndBadges
htmlEl = new Combine([iconAndBadges]).SetStyle("flex flex-col")
}else {
htmlEl = new Combine([iconAndBadges, label]).SetStyle("flex flex-col")
}