@@ -1,3 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | begin | ||||
ResultURL:=GetUrlBase+'/'+inttostr(GetZ-2)+'/'+inttostr(GetY)+'/'+inttostr(GetX); | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. | end. |
@@ -1,18 +1,18 @@ | |||||
[PARAMS] | [PARAMS] | ||||
pnum=103 | pnum=103 | ||||
GUID={F0E3F10C-0CA7-4EE2-A27E-95E704AABAEB} | GUID={F0E3F10C-0CA7-4EE2-A27E-95E704AABAEB} | ||||
name= Êàðòà (dataplus.ru) | |||||
name=Êàðòà (dataplus.ru) | |||||
name_9=Map (dataplus.ru) | name_9=Map (dataplus.ru) | ||||
asLayer=0 | asLayer=0 | ||||
DefURLBase=http://projectserver.dataplus.ru/ArcGIS/rest/services/Russia/Physical_Map/MapServer/tile | |||||
DefURLBase=http://projectserver.dataplus.ru/ArcGIS/rest/services/Russia/Russia_AGS/MapServer/export?dpi=96&transparent=true&format=png& | |||||
projection=1 | projection=1 | ||||
sradiusa=6378137 | sradiusa=6378137 | ||||
sradiusb=6378137 | sradiusb=6378137 | ||||
ParentSubMenu=Äðóãèå êàðòû | |||||
ParentSubMenu_9=Other maps | |||||
ParentSubMenu=dataplus.ru | |||||
ParentSubMenu_9=dataplus.ru | |||||
NameInCache=dataplus.ru | NameInCache=dataplus.ru | ||||
separator=1 | separator=1 | ||||
Ext=.jpg | |||||
Ext=.png | |||||
UseDwn=1 | UseDwn=1 | ||||
Usestick=1 | Usestick=1 | ||||
UseGenPrevious=1 | UseGenPrevious=1 | ||||
@@ -21,8 +21,4 @@ Usesave=1 | |||||
UseAntiBan=0 | UseAntiBan=0 | ||||
Sleep=100 | Sleep=100 | ||||
DefHotKey=0 | DefHotKey=0 | ||||
ContentType=image/jpeg | |||||
TILERLEFT=0 | |||||
TILERRIGHT=128 | |||||
TILERTOP=0 | |||||
TILERBOTTOM=128 | |||||
ContentType=image/png |
@@ -0,0 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. |
@@ -2,12 +2,12 @@ | |||||
pnum=114 | pnum=114 | ||||
GUID={380820C2-BB78-4203-896B-D4353C1EEAE6} | GUID={380820C2-BB78-4203-896B-D4353C1EEAE6} | ||||
asLayer=1 | asLayer=1 | ||||
name=Íàäïèñè (rosreestr.ru) | |||||
name_9=Hybrid (rosreestr.ru) | |||||
NameInCache=rosreestr_hyb | |||||
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/BaseMaps/Anno/MapServer/tile | |||||
name=Íàäïèñè (dataplus.ru) | |||||
name_9=Hybrid (dataplus.ru) | |||||
NameInCache=dataplus_hyb | |||||
DefURLBase=http://gis.dataplus.ru/ArcGIS/rest/services/EKO/Anno/MapServer/export?dpi=96&transparent=true&format=png& | |||||
DefaultContentType=image/png | DefaultContentType=image/png | ||||
ContentType="" | |||||
ContentType="image/png" | |||||
Ext=.png | Ext=.png | ||||
projection=1 | projection=1 | ||||
sradiusa=6378137 | sradiusa=6378137 |
@@ -0,0 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. |
@@ -0,0 +1,25 @@ | |||||
[PARAMS] | |||||
pnum=114 | |||||
GUID={3E111B36-C397-40A7-A638-55E2698F7560} | |||||
asLayer=0 | |||||
name=Ëàíäøàôò (dataplus.ru) | |||||
name_9=Landsat (dataplus.ru) | |||||
NameInCache=dataplus_Landsat | |||||
DefURLBase=http://gis.dataplus.ru/ArcGIS/rest/services/EKO/Landshaft/MapServer/export?dpi=96&transparent=true&format=png& | |||||
ParentSubMenu=dataplus.ru | |||||
ParentSubMenu_9=dataplus.ru | |||||
ContentType="image/png" | |||||
Ext=.png | |||||
projection=1 | |||||
sradiusa=6378137 | |||||
sradiusb=6378137 | |||||
separator=0 | |||||
UseDwn=1 | |||||
Usestick=1 | |||||
UseGenPrevious=1 | |||||
Usedel=1 | |||||
Usesave=1 | |||||
UseAntiBan=0 | |||||
Sleep=0 | |||||
DefHotKey=0 | |||||
BanIfLen=0 |
@@ -0,0 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. |
@@ -0,0 +1,25 @@ | |||||
[PARAMS] | |||||
pnum=114 | |||||
GUID={AA717575-9959-4D3D-BE5D-2BB1CC2FE506} | |||||
asLayer=0 | |||||
name=Êàðòà (dataplus.ru) | |||||
name_9=Map (dataplus.ru) | |||||
NameInCache=dataplus_map | |||||
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/BaseMaps/BaseMapAnno/MapServer/export?dpi=96&transparent=true&format=png& | |||||
ParentSubMenu=dataplus.ru | |||||
ParentSubMenu_9=dataplus.ru | |||||
ContentType="image/png" | |||||
Ext=.png | |||||
projection=1 | |||||
sradiusa=6378137 | |||||
sradiusb=6378137 | |||||
separator=0 | |||||
UseDwn=1 | |||||
Usestick=1 | |||||
UseGenPrevious=1 | |||||
Usedel=1 | |||||
Usesave=1 | |||||
UseAntiBan=0 | |||||
Sleep=0 | |||||
DefHotKey=0 | |||||
BanIfLen=0 |
@@ -0,0 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. |
@@ -0,0 +1,23 @@ | |||||
[PARAMS] | |||||
pnum=114 | |||||
GUID={D9C067A9-5038-4465-BE4C-48E13EB7A086} | |||||
asLayer=1 | |||||
name=Äîðîãè (dataplus.ru) | |||||
name_9=Roads (dataplus.ru) | |||||
NameInCache=dataplus_roads | |||||
DefURLBase=http://gis.dataplus.ru/ArcGIS/rest/services/EKO/Roads/MapServer/export?dpi=96&transparent=true&format=png& | |||||
ContentType="image/png" | |||||
Ext=.png | |||||
projection=1 | |||||
sradiusa=6378137 | |||||
sradiusb=6378137 | |||||
separator=0 | |||||
UseDwn=1 | |||||
Usestick=1 | |||||
UseGenPrevious=1 | |||||
Usedel=1 | |||||
Usesave=1 | |||||
UseAntiBan=0 | |||||
Sleep=0 | |||||
DefHotKey=0 | |||||
BanIfLen=0 |
@@ -1,3 +1,3 @@ | |||||
begin | |||||
ResultURL:=GetURLBase+RoundEx(GetLLon*100000,10)+','+RoundEx(GetBLat*100000,10)+','+RoundEx(GetRLon*100000,10)+','+RoundEx(GetTLat*100000,10); | |||||
begin | |||||
ResultURL:=GetURLBase+RoundEx(GetLLon,8)+','+RoundEx(GetBLat,8)+','+RoundEx(GetRLon,8)+','+RoundEx(GetTLat,8); | |||||
end. | end. |
@@ -5,9 +5,9 @@ asLayer=0 | |||||
name=Êàðòà êàðåëèè (navici.com) | name=Êàðòà êàðåëèè (navici.com) | ||||
name_9=Karelia map (navici.com) | name_9=Karelia map (navici.com) | ||||
NameInCache=navici_com | NameInCache=navici_com | ||||
DefURLBase=http://ntile1.navici.com/karjala/?LAYERS=topo100k_group&BBOX= | |||||
ContentType=image/jpeg,image/png | |||||
Ext=.png | |||||
DefURLBase=http://wms1.navici.com/geoserver/wms?WIDTH=256&HEIGHT=256&SRS=EPSG:4326&LAYERS=topp:topo100k&STYLES=&FORMAT=image/jpeg&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&BBOX= | |||||
ñontentType=image/jpeg,image/png | |||||
Ext=.jpg | |||||
projection=1 | projection=1 | ||||
sradiusa=6371000 | sradiusa=6371000 | ||||
sradiusb=6371000 | sradiusb=6371000 | ||||
@@ -21,4 +21,6 @@ UseAntiBan=0 | |||||
Sleep=0 | Sleep=0 | ||||
DefHotKey= | DefHotKey= | ||||
BanIfLen=0 | BanIfLen=0 | ||||
MimeTypeSubst = "image/jpeg=image/png" | |||||
MimeTypeSubst = "image/png=image/jpeg" | |||||
DefaultContentType=image/jpeg | |||||
@@ -5,8 +5,9 @@ asLayer=0 | |||||
name=Êàðòà (rosreestr.ru) | name=Êàðòà (rosreestr.ru) | ||||
name_9=Map (rosreestr.ru) | name_9=Map (rosreestr.ru) | ||||
NameInCache=rosreestr | NameInCache=rosreestr | ||||
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Rus_Bing_MSD_wa500/MapServer/tile | |||||
ContentType="" | |||||
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/BaseMaps/BaseMap/MapServer/tile | |||||
DefaultContentType=image/jpeg | |||||
ContentType="image/jpeg" | |||||
Ext=.jpg | Ext=.jpg | ||||
projection=1 | projection=1 | ||||
sradiusa=6378137 | sradiusa=6378137 | ||||
@@ -0,0 +1,14 @@ | |||||
var i:integer; | |||||
xy:TPoint; | |||||
topLeftM,bottomrightM,LL:TExtendedPoint; | |||||
begin | |||||
xy.x:=GetX*256; | |||||
xy.y:=GetY*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
topLeftM:=Converter.LonLat2Metr(LL); | |||||
xy.x:=(GetX+1)*256; | |||||
xy.y:=(GetY+1)*256; | |||||
LL:=Converter.Pos2LonLat(XY,GetZ+7); | |||||
bottomrightM:=Converter.LonLat2Metr(LL); | |||||
ResultURL:=GetURLBase+'bbox={"xmin":'+RoundEx(topLeftM.x,8)+',"ymin":'+RoundEx(topLeftM.y,8)+',"xmax":'+RoundEx(bottomrightM.x,8)+',"ymax":'+RoundEx(bottomrightM.y,8)+',"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image'; | |||||
end. |
@@ -0,0 +1,23 @@ | |||||
[PARAMS] | |||||
pnum=114 | |||||
GUID={87428D6B-7DFA-4C98-9993-A8F3AA456608} | |||||
asLayer=1 | |||||
name=Ęŕäŕńňđîâűĺ ăđŕíčöű (rosreestr.ru) | |||||
name_9=Cadastre map (rosreestr.ru) | |||||
NameInCache=rosreestr_cadastr | |||||
DefURLBase=http://maps.rosreestr.ru/ArcGIS/rest/services/Cadastre/Cadastre/MapServer/export?dpi=96&transparent=true&format=png& | |||||
ContentType="image/png" | |||||
Ext=.png | |||||
projection=1 | |||||
sradiusa=6378137 | |||||
sradiusb=6378137 | |||||
separator=0 | |||||
UseDwn=1 | |||||
Usestick=1 | |||||
UseGenPrevious=1 | |||||
Usedel=1 | |||||
Usesave=1 | |||||
UseAntiBan=0 | |||||
Sleep=0 | |||||
DefHotKey=0 | |||||
BanIfLen=0 |
@@ -1,3 +0,0 @@ | |||||
begin | |||||
ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetY)+'/'+inttostr(GetX)+'.png'; | |||||
end. |
@@ -0,0 +1,6 @@ | |||||
http://maps.probki.net/maps2/createImage.asp?a=zo&sc=750000&offX=0&offY=0&scX=269&scY=248&cmt= | |||||
http://maps.probki.net/maps2/createImage.asp?a=zo&sc=750000&offX=0&offY=0&scX=269&scY=248&cmt= | |||||
http://maps.probki.net/maps2/COM/GIF/214105191_7.png | |||||
http://maps.probki.net/maps2/createImage.asp?a=d&sc=0&offX=399&offY=302&scX=0&scY=0&cmt=undefined | |||||
http://maps.probki.net/maps2/createImage.asp?a=zo&sc=187500&offX=0&offY=0&scX=269&scY=248&cmt= | |||||
http://maps.probki.net/maps2/createImage.asp?a=zo&sc=375000&offX=0&offY=0&scX=269&scY=248&cmt= |
@@ -1,21 +0,0 @@ | |||||
ãèáðèä | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Anno/MapServer/tile/13/2939/4982.png | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Anno/MapServer/tile/13/2939/4983.png | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Anno/MapServer/tile/13/2939/4983.png | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Anno/MapServer/tile/13/2939/4983.png | |||||
êàðòà | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Data_2010/Rus_Bing_MSD_wa500/MapServer/tile/13/2935/4981.jpg | |||||
êàäàñòðîâûå ãðàíèöû | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Portal/Cadastre/MapServer/export?dpi=96&transparent=true&format=png&bbox=%7B%22xmin%22%3A980681.2066665133%2C%22ymin%22%3A2921431.52446047%2C%22xmax%22%3A9844930.502839476%2C%22ymax%22%3A10367009.575660938%2C%22spatialReference%22%3A%7B%22wkid%22%3A102113%7D%7D&bboxSR=102113&imageSR=102113&size=256%2C256&f=image | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Portal/Cadastre/MapServer/export?dpi=96&transparent=true&format=png&bbox={"xmin":4335951.445643137,"ymin":5654074.39491188,"xmax":4344607.939096422,"ymax":5661345.467227498,"spatialReference":{"wkid":102113}}&bboxSR=102113&imageSR=102113&size=256,256&f=image | |||||
http://maps.rosreestr.ru/ArcGIS/rest/services/Cadastre/Cadastre/MapServer/export?dpi=96&transparent=true&format=png&bbox=%7B%22xmin%22%3A1831883.9536500124%2C%22ymin%22%3A2216987.871784477%2C%22xmax%22%3A19560382.54599592%2C%22ymax%22%3A17108143.974185403%2C%22spatialReference%22%3A%7B%22wkid%22%3A102113%7D%7D&bboxSR=102113&imageSR=102113&size=906%2C761&f=image |