From 0925538525a32719f7513285afb1fe05229584bd Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 16 Oct 2016 00:53:03 -0600 Subject: [PATCH] Use https for overpass-api.de --- examples/vector-osm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector-osm.js b/examples/vector-osm.js index b81a1f3bf2..4a3439b855 100644 --- a/examples/vector-osm.js +++ b/examples/vector-osm.js @@ -81,7 +81,7 @@ var vectorSource = new ol.source.Vector({ url: function(extent, resolution, projection) { var epsg4326Extent = ol.proj.transformExtent(extent, projection, 'EPSG:4326'); - return 'http://overpass-api.de/api/xapi?map?bbox=' + + return 'https://overpass-api.de/api/xapi?map?bbox=' + epsg4326Extent.join(','); }, strategy: ol.loadingstrategy.tile(ol.tilegrid.createXYZ({