Skip to content

Commit c3eadf1

Browse files
committed
remove https
1 parent b0e4038 commit c3eadf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

themes/mapmint/static/js/home2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ function init() {
3737
});
3838

3939
topoLayer = new OpenLayers.Layer.XYZ("OpenTopoMap", [
40-
"https://c.tile.opentopomap.org/{z}/{x}/{y}.png"
40+
"http://c.tile.opentopomap.org/{z}/{x}/{y}.png"
4141
], {
42-
attribution: "Tiles &copy; <a href='https://opentopomap.org/'>OpenTopoMap</a> (CC-BY-SA)",
42+
attribution: "Tiles &copy; <a href='http://opentopomap.org/'>OpenTopoMap</a> (CC-BY-SA)",
4343
isBaseLayer: true
4444
});
4545

0 commit comments

Comments
 (0)