Verified Commit 6dbbc322 authored by Sparkf's avatar Sparkf 🏙️
Browse files

update RealtimeMap.vue: satelite url

parent 3f932b5e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -448,7 +448,8 @@ export default {

      this.map.addSource('raster-tiles', {
        type: 'raster',
        tiles: ['https://gac-geo.googlecnapps.cn/maps/vt?lyrs=s&x={x}&y={y}&z={z}'],
        // tiles: ['https://gac-geo.googlecnapps.cn/maps/vt?lyrs=s&x={x}&y={y}&z={z}'], // now work after Apr 2024
        tiles: ['https://google-proxy.zuzuche.com/vt/?lyrs=s&x={x}&y={y}&z={z}'],
        tileSize: 256
      });
      this.map.addLayer({