Skip to content

Commit 638e9d9

Browse files
authored
upgrade OpenLayers from 6.1.1 stale to 6.15.1 (#183)
1 parent bdbc7c0 commit 638e9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/map_script.gohtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{define "mapStyle"}}
2-
<link rel="stylesheet" href="https://openlayers.org/en/v6.1.1/css/ol.css" type="text/css">
2+
<link rel="stylesheet" href="https://openlayers.org/en/v6.15.1/css/ol.css" type="text/css">
33

44
<style>
55
.map {
@@ -112,7 +112,7 @@
112112
</div>
113113
{{end}}
114114
{{define "mapScript"}}
115-
<script src="https://openlayers.org/en/v6.1.1/build/ol.js"></script>
115+
<script src="https://openlayers.org/en/v6.15.1/build/ol.js"></script>
116116
<script>
117117
var SHOW_FEATURE_LINK = {{ .context.ShowFeatureLink }};
118118
var BASEMAP_URL = "{{ .config.Website.BasemapUrl }}";

0 commit comments

Comments
 (0)