Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
e029764252
8 changed files with 94 additions and 2 deletions
  1. BIN
      geogarage.com.zmp/18.bmp
  2. BIN
      geogarage.com.zmp/24.bmp
  3. +52
    -0
      geogarage.com.zmp/GetUrlScript.txt
  4. +25
    -0
      geogarage.com.zmp/params.txt
  5. +1
    -1
      ovi_map.zmp/GetUrlScript.txt
  6. +1
    -1
      rosreestr.ru.zmp/params.BAK
  7. +11
    -0
      todo/gis.citynet.kharkov.ua.txt
  8. +4
    -0
      todo/osm

BIN
geogarage.com.zmp/18.bmp View File

Before After

BIN
geogarage.com.zmp/24.bmp View File

Before After

+ 52
- 0
geogarage.com.zmp/GetUrlScript.txt View File

@@ -0,0 +1,52 @@
var res:string;
i:byte;
osX,osY,prX,prY:integer;
begin
res:='t';
osX:=round(intpower(2,GetZ-1)) div 2;
osY:=round(intpower(2,GetZ-1)) div 2;
prX:=osX; prY:=osY;
for i:=2 to GetZ do
begin
prX:=prX div 2;
prY:=prY div 2;
if GetX<osX
then begin
osX:=osX-prX;
if GetY<osY then begin
osY:=osY-prY;
res:=res+'q';
end
else begin
osY:=osY+prY;
res:=res+'t';
end;
end
else begin
osX:=osX+prX;
if Gety<osy then begin
osY:=osY-prY;
res:=res+'r';
end
else begin
osY:=osY+prY;
res:=res+'s';
end;
end;
end;
if GetY <7 then insert('10',GetURLBase,13) else insert('8',GetURLBase,13);
case GetY of
7: ResultURL:=GetURLBase+res+'/'+res+'.png';
8: ResultURL:=GetURLBase+res+'/'+res+'.png';
9: ResultURL:=GetURLBase+res+'/'+res+'.png';
10: ResultURL:=GetURLBase+res+'/'+res+'.png';
11: ResultURL:=GetURLBase+res+'/'+res+'.png';
12: ResultURL:=GetURLBase+res+'/'+res+'.png';
13: ResultURL:=GetURLBase+res+'/'+res+'.png';
else
ResultURL:=GetURLBase+res+'.png';
end
end.

+ 25
- 0
geogarage.com.zmp/params.txt View File

@@ -0,0 +1,25 @@
[PARAMS]
pnum=28
GUID={822FDE8C-C357-47E6-ABA5-0D6BB8183838}
asLayer=0
name= Èñòîðè÷åñêàÿ êàðòà (geogarage.com)
name_9=history (geogarage.com)
NameInCache=geogarage.com
DefURLBase=http://tiles-proxy.geogarage.com/g4764015/
ContentType=image/png
ParentSubMenu=Èñòîðè÷åñêèå
ParentSubMenu_9=history
Ext=.png
projection=1
sradiusa=3396190
sradiusb=3396190
separator=0
UseDwn=1
Usestick=1
UseGenPrevious=1
Usedel=1
Usesave=1
UseAntiBan=0
Sleep=0
DefHotKey=0
BanIfLen=0

+ 1
- 1
ovi_map.zmp/GetUrlScript.txt View File

@@ -1,3 +1,3 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png?token=fee2f2a877fd4a429f17207a57658582&referer=maps.ovi.com';
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?token=fee2f2a877fd4a429f17207a57658582&referer=maps.ovi.com';
end.

+ 1
- 1
rosreestr.ru.zmp/params.BAK View File

@@ -6,7 +6,7 @@ name=
name_9=Map (rosreestr.ru)
NameInCache=rosreestr
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Rus_Bing_MSD_wa500/MapServer/tile
ContentType=
ContentType=""
Ext=.jpg
projection=1
sradiusa=6378137


+ 11
- 0
todo/gis.citynet.kharkov.ua.txt View File

@@ -0,0 +1,11 @@
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L00/R00000000/C00000000.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L00/R00000000/C00000001.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L00/R00000001/C00000001.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L00/R00000001/C00000000.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L02/R00000009/C00000009.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L02/R00000008/C0000000a.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L02/R00000009/C0000000a.png
https://gis.citynet.kharkov.ua/arcgiscache/heavy2/Layers/_alllayers/L02/R00000009/C00000008.png

+ 4
- 0
todo/osm View File

@@ -0,0 +1,4 @@
http://b.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/4008/256/13/4983/2947.png?1253698772
­Žç­ ď
http://b.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/999/256/13/4983/2944.png?1253694114

Loading…
Cancel
Save