This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pkl69
/
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
f565126b03
commit
98197d4627
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
_Ovi/ovi_hyb.zmp/GetUrlScript.txt
+1
-1
_Ovi/ovi_land.zmp/GetUrlScript.txt
+1
-1
_Ovi/ovi_map.zmp/GetUrlScript.txt
+1
-1
_Ovi/ovi_sat.zmp/GetUrlScript.txt
+ 1
- 1
_Ovi/ovi_hyb.zmp/GetUrlScript.txt
View File
@@ -1,3 +1,3 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8
?lg=RUS
';
end.
+ 1
- 1
_Ovi/ovi_land.zmp/GetUrlScript.txt
View File
@@ -1,3 +1,3 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8
?lg=RUS
';
end.
+ 1
- 1
_Ovi/ovi_map.zmp/GetUrlScript.txt
View File
@@ -1,3 +1,3 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8
?lg=RUS
';
end.
+ 1
- 1
_Ovi/ovi_sat.zmp/GetUrlScript.txt
View File
@@ -1,3 +1,3 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8
?lg=RUS
';
end.
Write
Preview
Loading…
Cancel
Save