We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbc7c0 commit 638e9d9Copy full SHA for 638e9d9
assets/map_script.gohtml
@@ -1,5 +1,5 @@
1
{{define "mapStyle"}}
2
-<link rel="stylesheet" href="https://openlayers.org/en/v6.1.1/css/ol.css" type="text/css">
+<link rel="stylesheet" href="https://openlayers.org/en/v6.15.1/css/ol.css" type="text/css">
3
4
<style>
5
.map {
@@ -112,7 +112,7 @@
112
</div>
113
{{end}}
114
{{define "mapScript"}}
115
-<script src="https://openlayers.org/en/v6.1.1/build/ol.js"></script>
+<script src="https://openlayers.org/en/v6.15.1/build/ol.js"></script>
116
<script>
117
var SHOW_FEATURE_LINK = {{ .context.ShowFeatureLink }};
118
var BASEMAP_URL = "{{ .config.Website.BasemapUrl }}";
0 commit comments