From e7ca92124d67cfc31b10f296b36c867dea1ccebc Mon Sep 17 00:00:00 2001 From: royallsilwallz Date: Thu, 18 Jan 2024 16:49:14 +0545 Subject: [PATCH] Change `Bing Imagery URL` to `https` in `Live Monitoring` --- frontend/src/views/projectLiveMonitoring.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/projectLiveMonitoring.js b/frontend/src/views/projectLiveMonitoring.js index 68a53bb0fb..1b4931eff2 100644 --- a/frontend/src/views/projectLiveMonitoring.js +++ b/frontend/src/views/projectLiveMonitoring.js @@ -39,6 +39,13 @@ const config = { attribution: '© OpenStreetMap Contributors', maxzoom: 19, }, + Bing: { + type: 'raster', + tiles: ['https://ecn.t3.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=1'], + tileSize: 256, + attribution: '© OpenStreetMap Contributors', + maxzoom: 18, + }, Mapbox: { type: 'raster', tiles: [ @@ -57,13 +64,6 @@ const config = { attribution: '© OpenStreetMap Contributors © ESRI', maxzoom: 18, }, - Bing: { - type: 'raster', - tiles: ['http://ecn.t3.tiles.virtualearth.net/tiles/a{quadkey}.jpeg?g=1'], - tileSize: 256, - attribution: '© OpenStreetMap Contributors', - maxzoom: 18, - }, }, };