Skip to content
Snippets Groups Projects
Unverified Commit dde94f41 authored by flamber's avatar flamber Committed by GitHub
Browse files

Change Map Tile Server URL to https (#12431)

* Change Map Tile Server URL to https

* Paul: Remove comment
parent 8fdb9db0
No related branches found
No related tags found
No related merge requests found
......@@ -42,10 +42,6 @@ const LeafletChoropleth = ({
keyboard: false,
});
// L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
// attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors'
// }).addTo(map);
const style = feature => ({
fillColor: getColor(feature),
weight: 1,
......
......@@ -97,7 +97,7 @@
(defsetting map-tile-server-url
(deferred-tru "The map tile server URL template used in map visualizations, for example from OpenStreetMaps or MapBox.")
:default "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
:default "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
:visibility :public)
(defsetting enable-public-sharing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment