Skip to content

Commit

Permalink
Change Bing Imagery URL to https in Live Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
royallsilwallz committed Jan 18, 2024
1 parent d64f883 commit e7ca921
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/views/projectLiveMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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,
},
},
};

Expand Down

0 comments on commit e7ca921

Please sign in to comment.