This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
i.dodonov
/
maps
forked from
sasgis/maps
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update zmp
master
sasbot
4 years ago
parent
663bfe1d0c
commit
e87cf12073
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Google/GoogleMap.zmp/GetUrlScript.txt
+1
-1
Google/GoogleMap.zmp/params.txt
+ 1
- 1
Google/GoogleMap.zmp/GetUrlScript.txt
View File
@@ -2,5 +2,5 @@ var
mt: string;
mt: string;
begin
begin
mt := RegExprReplaceMatchSubStr(GetURLBase, 'mt\.google', 'mt'+inttostr( Random(4) )+'.google' );
mt := RegExprReplaceMatchSubStr(GetURLBase, 'mt\.google', 'mt'+inttostr( Random(4) )+'.google' );
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ)+'&
s='+copy('Galileo',1, Random(8))
;
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ)+'&
hl='+Lang
;
end.
end.
+ 1
- 1
Google/GoogleMap.zmp/params.txt
View File
@@ -6,7 +6,7 @@ name_ru=Карта (Google)
name=Map (Google)
name=Map (Google)
name_uk=Карта (Google)
name_uk=Карта (Google)
ParentSubMenu=Google
ParentSubMenu=Google
DefURLBase=http://mt.google.com/vt/lyrs=m@169000000
&hl=ru
DefURLBase=http
s
://mt.google.com/vt/lyrs=m@169000000
projection=1
projection=1
sradiusa=6378137
sradiusa=6378137
sradiusb=6378137
sradiusb=6378137
Write
Preview
Loading…
Cancel
Save