Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
pkl69
/
maps
forkato da
sasgis/maps
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
update zmp
master
sasbot
4 anni fa
parent
04de4be674
commit
4e3cb2a121
2 ha cambiato i file
con
1 aggiunte
e
7 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-6
Yandex/YaMapNew.zmp/GetUrlScript.txt
+1
-1
Yandex/YaMapNew.zmp/params.txt
+ 0
- 6
Yandex/YaMapNew.zmp/GetUrlScript.txt
Vedi File
@@ -1,6 +0,0 @@
var
vec: string;
begin
vec := RegExprReplaceMatchSubStr(GetURLBase, 'vec(\d+)\.', 'vec0' + IntToStr(1 + Random(3)) + '.' );
ResultURL := vec + '&x=' + IntToStr(GetX) + '&y=' + IntToStr(GetY) + '&z=' + IntToStr(GetZ-1);
end.
+ 1
- 1
Yandex/YaMapNew.zmp/params.txt
Vedi File
@@ -8,7 +8,7 @@ ParentSubMenu=City
name_ru=Yandex - Карта
name_uk=Yandex - Карта
name=Yandex - Map
DefURLBase=https://
vec01.maps.yandex.net/tiles?l=map
&scale=1&lang=ru_RU
DefURLBase=https://
core-renderer-tiles.maps.yandex.net/tiles?l=map&x={x}&y={y}&z={z}
&scale=1&lang=ru_RU
projection=2
sradiusa=6378137
sradiusb=6356752
Scrivi
Anteprima
Caricamento…
Annulla
Salva