diff --git a/Bing.map.zmp/18.bmp b/_Bing/Bing.map.zmp/18.bmp similarity index 100% rename from Bing.map.zmp/18.bmp rename to _Bing/Bing.map.zmp/18.bmp diff --git a/Bing.map.zmp/24.bmp b/_Bing/Bing.map.zmp/24.bmp similarity index 100% rename from Bing.map.zmp/24.bmp rename to _Bing/Bing.map.zmp/24.bmp diff --git a/Bing.map.zmp/GetUrlScript.txt b/_Bing/Bing.map.zmp/GetUrlScript.txt similarity index 100% rename from Bing.map.zmp/GetUrlScript.txt rename to _Bing/Bing.map.zmp/GetUrlScript.txt diff --git a/Bing.map.zmp/params.txt b/_Bing/Bing.map.zmp/params.txt similarity index 100% rename from Bing.map.zmp/params.txt rename to _Bing/Bing.map.zmp/params.txt diff --git a/_Bing/VESatHybLabels.zmp/18.bmp b/_Bing/VESatHybLabels.zmp/18.bmp new file mode 100644 index 00000000..b0e87b95 Binary files /dev/null and b/_Bing/VESatHybLabels.zmp/18.bmp differ diff --git a/_Bing/VESatHybLabels.zmp/24.bmp b/_Bing/VESatHybLabels.zmp/24.bmp new file mode 100644 index 00000000..64fc99ce Binary files /dev/null and b/_Bing/VESatHybLabels.zmp/24.bmp differ diff --git a/_Bing/VESatHybLabels.zmp/EmptyTiles/NA.png b/_Bing/VESatHybLabels.zmp/EmptyTiles/NA.png new file mode 100644 index 00000000..fa081a52 Binary files /dev/null and b/_Bing/VESatHybLabels.zmp/EmptyTiles/NA.png differ diff --git a/_Bing/VESatHybLabels.zmp/GetUrlScript.txt b/_Bing/VESatHybLabels.zmp/GetUrlScript.txt new file mode 100644 index 00000000..afd9e6fc --- /dev/null +++ b/_Bing/VESatHybLabels.zmp/GetUrlScript.txt @@ -0,0 +1,39 @@ +var res:string; + i:byte; + osX,osY,prX,prY:integer; +begin + res:=''; + osX:=round(intpower(2,GetZ-1)) div 2; + osY:=round(intpower(2,GetZ-1)) div 2; + prX:=osX; prY:=osY; + for i:=2 to GetZ do + begin + prX:=prX div 2; + prY:=prY div 2; + if GetX