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

Season Bugfix

parent ccd946c0
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ var initMap = function(container, mapAttribution) ...@@ -32,7 +32,7 @@ var initMap = function(container, mapAttribution)
forecastLayer = new ol.layer.Vector({ forecastLayer = new ol.layer.Vector({
source: new ol.source.Vector({ source: new ol.source.Vector({
url: "http://" + settings.vipslogicServerName + "/rest/applefruitmoth/observationsites/kml/2016", url: "http://" + settings.vipslogicServerName + "/rest/applefruitmoth/observationsites/kml/",
format: new ol.format.KML({"extractAttributes":true}), format: new ol.format.KML({"extractAttributes":true}),
projection: ol.proj.get('EPSG:3857') projection: ol.proj.get('EPSG:3857')
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment