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

chore: Change scale from 1 to 0.5 in KML endpoints

Rendering has changed in openlayers v6
parent 4a4ddaa6
Branches
No related tags found
No related merge requests found
...@@ -792,7 +792,7 @@ public class ForecastBean { ...@@ -792,7 +792,7 @@ public class ForecastBean {
.withId("warning_type_" + i) .withId("warning_type_" + i)
.withLabelStyle(noLabel) .withLabelStyle(noLabel)
.createAndSetIconStyle() .createAndSetIconStyle()
.withScale(1) .withScale(0.5)
.withHotSpot(hotspot) .withHotSpot(hotspot)
.createAndSetIcon() .createAndSetIcon()
.withHref(iconPath + "station_icon_status_" + .withHref(iconPath + "station_icon_status_" +
......
...@@ -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(1) .withScale(0.5)
.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