Skip to content
Snippets Groups Projects
Commit c31b20fe authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fix KML icons path to logic.vips.nibio.no

parent 6ba326d1
No related branches found
No related tags found
No related merge requests found
...@@ -804,7 +804,8 @@ public class ForecastBean { ...@@ -804,7 +804,8 @@ public class ForecastBean {
public Kml getForecastsAggregateKml(List<Integer> organizationIds, List<Integer> cropOrganismIds, Date theDate, String serverName, VipsLogicUser user) public Kml getForecastsAggregateKml(List<Integer> organizationIds, List<Integer> cropOrganismIds, Date theDate, String serverName, VipsLogicUser user)
{ {
//String iconPath = Globals.PROTOCOL + "://" + serverName + "/public/images/"; //String iconPath = Globals.PROTOCOL + "://" + serverName + "/public/images/";
String iconPath = "//" + serverName + "/public/images/"; //String iconPath = "//" + serverName + "/public/images/";
String iconPath = "https://logic.vips.nibio.no/public/images/";
// Initialization // Initialization
final Vec2 hotspot = new Vec2() final Vec2 hotspot = new Vec2()
.withX(0.5) .withX(0.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment