瀏覽代碼

update zmp

pull/1/head
sasbot 4 年之前
父節點
當前提交
98197d4627
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. +1
    -1
      _Ovi/ovi_hyb.zmp/GetUrlScript.txt
  2. +1
    -1
      _Ovi/ovi_land.zmp/GetUrlScript.txt
  3. +1
    -1
      _Ovi/ovi_map.zmp/GetUrlScript.txt
  4. +1
    -1
      _Ovi/ovi_sat.zmp/GetUrlScript.txt

+ 1
- 1
_Ovi/ovi_hyb.zmp/GetUrlScript.txt 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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.

Loading…
取消
儲存