We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e4038 commit c3eadf1Copy full SHA for c3eadf1
1 file changed
themes/mapmint/static/js/home2.js
@@ -37,9 +37,9 @@ function init() {
37
});
38
39
topoLayer = new OpenLayers.Layer.XYZ("OpenTopoMap", [
40
- "https://c.tile.opentopomap.org/{z}/{x}/{y}.png"
+ "http://c.tile.opentopomap.org/{z}/{x}/{y}.png"
41
], {
42
- attribution: "Tiles © <a href='https://opentopomap.org/'>OpenTopoMap</a> (CC-BY-SA)",
+ attribution: "Tiles © <a href='http://opentopomap.org/'>OpenTopoMap</a> (CC-BY-SA)",
43
isBaseLayer: true
44
45
0 commit comments