Parcourir la source

update zmp

pull/1/head
sasbot il y a 3 ans
Parent
révision
ec2b470e27
8 fichiers modifiés avec 4 ajouts et 22 suppressions
  1. +0
    -6
      Yandex/YaHyb.zmp/GetUrlScript.txt
  2. +1
    -1
      Yandex/YaHyb.zmp/params.txt
  3. +0
    -6
      Yandex/YaSat.zmp/GetUrlScript.txt
  4. +1
    -1
      Yandex/YaSat.zmp/params.txt
  5. +0
    -3
      Yandex/maps.yandex.com.Hybrid.zmp/GetUrlScript.txt
  6. +1
    -1
      Yandex/maps.yandex.com.Hybrid.zmp/params.txt
  7. +0
    -3
      Yandex/maps.yandex.com.Map.zmp/GetUrlScript.txt
  8. +1
    -1
      Yandex/maps.yandex.com.Map.zmp/params.txt

+ 0
- 6
Yandex/YaHyb.zmp/GetUrlScript.txt Voir le fichier

@@ -1,6 +0,0 @@
var
vec: string;
begin
vec := RegExprReplaceMatchSubStr(GetURLBase, 'vec(\d+)\.', 'vec0'+inttostr(1 + Random(3)) + '.' );
ResultURL := vec +inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1);
end.

+ 1
- 1
Yandex/YaHyb.zmp/params.txt Voir le fichier

@@ -10,7 +10,7 @@ name_ru=Яндекс.Карты - Гибрид
name=Yandex.Maps - Hybrid
name_uk=Яндекс.Карты - Гібрид
NameInCache=yahyb
DefURLBase=https://vec01.maps.yandex.net/tiles?l=skl&scale=1&lang=ru_RU&x=
DefURLBase=https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&x={x}&y={y}&z={z}&scale=1&lang=ru_RU
ContentType=image/png
Ext=.png
projection=2


+ 0
- 6
Yandex/YaSat.zmp/GetUrlScript.txt Voir le fichier

@@ -1,6 +0,0 @@
var
sat: string;
begin
sat := RegExprReplaceMatchSubStr(GetURLBase, 'sat(\d+)\.', 'sat0'+inttostr(1 + Random(3)) + '.' );
ResultURL := sat +inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1);
end.

+ 1
- 1
Yandex/YaSat.zmp/params.txt Voir le fichier

@@ -8,7 +8,7 @@ ParentSubMenu=Satellite
name_ru=Yandex - Спутник
name_uk=Yandex - Спутник
name=Yandex - Satellite
DefURLBase=https://sat01.maps.yandex.net/tiles?l=sat&scale=1&lang=ru_RU&x=
DefURLBase=https://core-sat.maps.yandex.net/tiles?l=sat&x={x}&y={y}&z={z}&scale=1&lang=ru_RU
projection=2
sradiusa=6378137
sradiusb=6356752


+ 0
- 3
Yandex/maps.yandex.com.Hybrid.zmp/GetUrlScript.txt Voir le fichier

@@ -1,3 +0,0 @@
begin
ResultURL:=GetURLBase+'&v='+Version+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1);
end.

+ 1
- 1
Yandex/maps.yandex.com.Hybrid.zmp/params.txt Voir le fichier

@@ -9,7 +9,7 @@ name_ru=Яндекс.Карты - Гибрид (English)
name=Yandex.Maps - Hybrid (English)
name_uk=Яндекс.Карты - Гібрид (English)
NameInCache=maps.yandex.com.Hybrid
DefURLBase=http://vec01.maps.yandex.net/tiles?l=skl&lang=en_US
DefURLBase=https://core-renderer-tiles.maps.yandex.net/tiles?l=skl&x={x}&y={y}&z={z}&scale=1&lang=en_US
ContentType=image/png
Ext=.png
EPSG=3395


+ 0
- 3
Yandex/maps.yandex.com.Map.zmp/GetUrlScript.txt Voir le fichier

@@ -1,3 +0,0 @@
begin
ResultURL:=GetURLBase+'&v='+Version+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1);
end.

+ 1
- 1
Yandex/maps.yandex.com.Map.zmp/params.txt Voir le fichier

@@ -8,7 +8,7 @@ name_ru=Yandex - Карта (English)
name_uk=Yandex - Карта (English)
name=Yandex - Map (English)
NameInCache=maps.yandex.com.Map
DefURLBase=http://vec01.maps.yandex.net/tiles?l=map&lang=en_US
DefURLBase=https://core-renderer-tiles.maps.yandex.net/tiles?l=map&x={x}&y={y}&z={z}&scale=1&lang=en_US
ContentType=image/png
Ext=.png
EPSG=3395


Chargement…
Annuler
Enregistrer