commit f9c727739427d8c0cad431cfb957df3cb7bf0568 parent 26e0758e98ae11fec6ca831698b676a7d68670c7 Author: Sergej Orlov <wladimirych@gmail.com> Date: Fri, 13 Apr 2018 23:00:00 +0300 bing dates: use https Diffstat:
M | src/lib/leaflet.layer.bing/dates.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.layer.bing/dates.js b/src/lib/leaflet.layer.bing/dates.js @@ -2,7 +2,7 @@ import L from 'leaflet'; import {tile2quad} from './index'; const BingDates = L.TileLayer.extend({ - _url: 'http://mvexel.dev.openstreetmap.org/bingimageanalyzer/tile.php?t={quad}&nodepth=1', + _url: 'https://mvexel.dev.openstreetmap.org/bingimageanalyzer/tile.php?t={quad}&nodepth=1', initialize: function(options) { L.Util.setOptions(this, options);