File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
manager-dashboard/app/views/NewTutorial
mapswipe_workers/mapswipe_workers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export const iconColorOptions: ColorOptions[] = [
136136export const tileServerUrls : {
137137 [ key in Exclude < TileServerType , 'custom' > ] : string ;
138138} = {
139- bing : `https://ecn.t0.tiles.virtualearth.net/tiles/a{quad_key}.jpeg?g=1 &token=${ BING_KEY } ` ,
139+ bing : `https://ecn.t0.tiles.virtualearth.net/tiles/a{quad_key}.jpeg?g=7505 &token=${ BING_KEY } ` ,
140140 mapbox : `https://d.tiles.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=${ MAPBOX_KEY } ` ,
141141 maxar_premium : `https://services.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe%3AImageryTileService@EPSG%3A3857@jpg/{z}/{x}/{y}.jpg?connectId=${ MAXAR_PREMIUM } ` ,
142142 maxar_standard : `https://services.digitalglobe.com/earthservice/tmsaccess/tms/1.0.0/DigitalGlobe%3AImageryTileService@EPSG%3A3857@jpg/{z}/{x}/{y}.jpg?connectId=${ MAXAR_STANDARD } ` ,
Original file line number Diff line number Diff line change 7070IMAGE_URLS = {
7171 "bing" : (
7272 "https://ecn.t0.tiles.virtualearth.net"
73- + "/tiles/a{quad_key}.jpeg?g=1 &token={key}"
73+ + "/tiles/a{quad_key}.jpeg?g=7505 &token={key}"
7474 ),
7575 "mapbox" : (
7676 "https://d.tiles.mapbox.com"
You can’t perform that action at this time.
0 commit comments