Skip to content
Snippets Groups Projects
Commit 08a749a5 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Size of icons in barkbeetle map [VIPSUTV-948]

parent 6cbec2e9
Branches
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ public class BarkbeetleBean { ...@@ -276,7 +276,7 @@ public class BarkbeetleBean {
.withId("status_type_" + i) .withId("status_type_" + i)
.withLabelStyle(noLabel) .withLabelStyle(noLabel)
.createAndSetIconStyle() .createAndSetIconStyle()
.withScale(0.5) .withScale(0.8)
.withHotSpot(hotspot) .withHotSpot(hotspot)
.createAndSetIcon() .createAndSetIcon()
.withHref(iconPath + "station_icon_status_" + i + ".png"); .withHref(iconPath + "station_icon_status_" + i + ".png");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment