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

fix: Typo leading to map error

parent 4cb9fa18
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
}
else{
document.getElementById("locationInfo").hidden = true;
initMap(observationTimeSeries.geoinfo,null,"observationViewMap","{{settings.MAP_ATTRIBUTION|safe}}");
initMap(observationTimeSeries.geoInfo,null,"observationViewMap","{{settings.MAP_ATTRIBUTION|safe}}");
}
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment