Move SPlit-points to seperate layer; fix rendering bug on minimaps
This commit is contained in:
parent
5bba0f0a9b
commit
a3185f2d13
4 changed files with 36 additions and 25 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue