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

Change hard coded layer projection to EPSG:4326

parent a6d47ec5
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ async function displayQueryResult(evt)
let popupElement = popup.getElement();
$(popupElement).popover('destroy');
let coordinate = proj4(map.getView().getProjection().getCode(), 'EPSG:25833', evt.coordinate)
let coordinate = proj4(map.getView().getProjection().getCode(), 'EPSG:4326', evt.coordinate)
let currentWMSLayer = WMSLayersDateBucket[currentTimestamp][currentParameter];
// Need to get all layers for today, and combine results from querying all layers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment