diff --git a/spatial/static/spatial/js/gridmap.js b/spatial/static/spatial/js/gridmap.js
index b83b89d7ce30801a2206ded200b99110e890a499..25112a19b7c32f5181125c0aed017aff41781cba 100644
--- a/spatial/static/spatial/js/gridmap.js
+++ b/spatial/static/spatial/js/gridmap.js
@@ -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