diff --git a/dataplus.ru.zmp/GetUrlScript.txt b/dataplus.ru.zmp/GetUrlScript.txt index c5e809aa..39c197bf 100644 --- a/dataplus.ru.zmp/GetUrlScript.txt +++ b/dataplus.ru.zmp/GetUrlScript.txt @@ -1,3 +1,14 @@ +var i:integer; + xy:TPoint; + topLeftM,bottomrightM,LL:TExtendedPoint; 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. \ No newline at end of file diff --git a/dataplus.ru.zmp/params.txt b/dataplus.ru.zmp/params.txt index 177ac08e..3de065e4 100644 --- a/dataplus.ru.zmp/params.txt +++ b/dataplus.ru.zmp/params.txt @@ -1,18 +1,18 @@ [PARAMS] pnum=103 GUID={F0E3F10C-0CA7-4EE2-A27E-95E704AABAEB} -name= Карта (dataplus.ru) +name=Карта (dataplus.ru) name_9=Map (dataplus.ru) 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 sradiusa=6378137 sradiusb=6378137 -ParentSubMenu=Другие карты -ParentSubMenu_9=Other maps +ParentSubMenu=dataplus.ru +ParentSubMenu_9=dataplus.ru NameInCache=dataplus.ru separator=1 -Ext=.jpg +Ext=.png UseDwn=1 Usestick=1 UseGenPrevious=1 @@ -21,8 +21,4 @@ Usesave=1 UseAntiBan=0 Sleep=100 DefHotKey=0 -ContentType=image/jpeg -TILERLEFT=0 -TILERRIGHT=128 -TILERTOP=0 -TILERBOTTOM=128 +ContentType=image/png diff --git a/rosreestr_hyb.zmp/18.bmp b/dataplus.ru_hyb.zmp/18.bmp similarity index 100% rename from rosreestr_hyb.zmp/18.bmp rename to dataplus.ru_hyb.zmp/18.bmp diff --git a/rosreestr_hyb.zmp/24.bmp b/dataplus.ru_hyb.zmp/24.bmp similarity index 100% rename from rosreestr_hyb.zmp/24.bmp rename to dataplus.ru_hyb.zmp/24.bmp diff --git a/dataplus.ru_hyb.zmp/GetUrlScript.txt b/dataplus.ru_hyb.zmp/GetUrlScript.txt new file mode 100644 index 00000000..39c197bf --- /dev/null +++ b/dataplus.ru_hyb.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/rosreestr_hyb.zmp/params.txt b/dataplus.ru_hyb.zmp/params.txt similarity index 52% rename from rosreestr_hyb.zmp/params.txt rename to dataplus.ru_hyb.zmp/params.txt index 29fab717..1595934e 100644 --- a/rosreestr_hyb.zmp/params.txt +++ b/dataplus.ru_hyb.zmp/params.txt @@ -2,12 +2,12 @@ pnum=114 GUID={380820C2-BB78-4203-896B-D4353C1EEAE6} 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 -ContentType="" +ContentType="image/png" Ext=.png projection=1 sradiusa=6378137 diff --git a/dataplus.ru_landsat.zmp/18.bmp b/dataplus.ru_landsat.zmp/18.bmp new file mode 100644 index 00000000..a942fa46 Binary files /dev/null and b/dataplus.ru_landsat.zmp/18.bmp differ diff --git a/dataplus.ru_landsat.zmp/24.bmp b/dataplus.ru_landsat.zmp/24.bmp new file mode 100644 index 00000000..e46b7562 Binary files /dev/null and b/dataplus.ru_landsat.zmp/24.bmp differ diff --git a/dataplus.ru_landsat.zmp/GetUrlScript.txt b/dataplus.ru_landsat.zmp/GetUrlScript.txt new file mode 100644 index 00000000..39c197bf --- /dev/null +++ b/dataplus.ru_landsat.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/dataplus.ru_landsat.zmp/params.txt b/dataplus.ru_landsat.zmp/params.txt new file mode 100644 index 00000000..c0a64571 --- /dev/null +++ b/dataplus.ru_landsat.zmp/params.txt @@ -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 diff --git a/dataplus.ru_map.zmp/18.bmp b/dataplus.ru_map.zmp/18.bmp new file mode 100644 index 00000000..a942fa46 Binary files /dev/null and b/dataplus.ru_map.zmp/18.bmp differ diff --git a/dataplus.ru_map.zmp/24.bmp b/dataplus.ru_map.zmp/24.bmp new file mode 100644 index 00000000..e46b7562 Binary files /dev/null and b/dataplus.ru_map.zmp/24.bmp differ diff --git a/dataplus.ru_map.zmp/GetUrlScript.txt b/dataplus.ru_map.zmp/GetUrlScript.txt new file mode 100644 index 00000000..39c197bf --- /dev/null +++ b/dataplus.ru_map.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/dataplus.ru_map.zmp/params.txt b/dataplus.ru_map.zmp/params.txt new file mode 100644 index 00000000..c640d71c --- /dev/null +++ b/dataplus.ru_map.zmp/params.txt @@ -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 diff --git a/dataplus.ru_roads.zmp/18.bmp b/dataplus.ru_roads.zmp/18.bmp new file mode 100644 index 00000000..a942fa46 Binary files /dev/null and b/dataplus.ru_roads.zmp/18.bmp differ diff --git a/dataplus.ru_roads.zmp/24.bmp b/dataplus.ru_roads.zmp/24.bmp new file mode 100644 index 00000000..e46b7562 Binary files /dev/null and b/dataplus.ru_roads.zmp/24.bmp differ diff --git a/dataplus.ru_roads.zmp/GetUrlScript.txt b/dataplus.ru_roads.zmp/GetUrlScript.txt new file mode 100644 index 00000000..39c197bf --- /dev/null +++ b/dataplus.ru_roads.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/dataplus.ru_roads.zmp/params.txt b/dataplus.ru_roads.zmp/params.txt new file mode 100644 index 00000000..7a626e4c --- /dev/null +++ b/dataplus.ru_roads.zmp/params.txt @@ -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 diff --git a/navici.com.zmp/GetUrlScript.txt b/navici.com.zmp/GetUrlScript.txt index 3949fac8..0dc580b4 100644 --- a/navici.com.zmp/GetUrlScript.txt +++ b/navici.com.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/navici.com.zmp/params.txt b/navici.com.zmp/params.txt index 72d3890f..ba5544f0 100644 --- a/navici.com.zmp/params.txt +++ b/navici.com.zmp/params.txt @@ -5,9 +5,9 @@ asLayer=0 name=Карта карелии (navici.com) name_9=Karelia map (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 sradiusa=6371000 sradiusb=6371000 @@ -21,4 +21,6 @@ UseAntiBan=0 Sleep=0 DefHotKey= BanIfLen=0 -MimeTypeSubst = "image/jpeg=image/png" \ No newline at end of file +MimeTypeSubst = "image/png=image/jpeg" +DefaultContentType=image/jpeg + diff --git a/rosreestr.ru.zmp/params.BAK b/rosreestr.ru.zmp/params.BAK index cface672..36344ea4 100644 --- a/rosreestr.ru.zmp/params.BAK +++ b/rosreestr.ru.zmp/params.BAK @@ -5,8 +5,9 @@ asLayer=0 name=Карта (rosreestr.ru) name_9=Map (rosreestr.ru) 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 projection=1 sradiusa=6378137 diff --git a/rosreestr_cadastr.zmp/18.bmp b/rosreestr_cadastr.zmp/18.bmp new file mode 100644 index 00000000..a942fa46 Binary files /dev/null and b/rosreestr_cadastr.zmp/18.bmp differ diff --git a/rosreestr_cadastr.zmp/24.bmp b/rosreestr_cadastr.zmp/24.bmp new file mode 100644 index 00000000..e46b7562 Binary files /dev/null and b/rosreestr_cadastr.zmp/24.bmp differ diff --git a/rosreestr_cadastr.zmp/GetUrlScript.txt b/rosreestr_cadastr.zmp/GetUrlScript.txt new file mode 100644 index 00000000..39c197bf --- /dev/null +++ b/rosreestr_cadastr.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/rosreestr_cadastr.zmp/params.txt b/rosreestr_cadastr.zmp/params.txt new file mode 100644 index 00000000..85c0ccd9 --- /dev/null +++ b/rosreestr_cadastr.zmp/params.txt @@ -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 diff --git a/rosreestr_hyb.zmp/GetUrlScript.txt b/rosreestr_hyb.zmp/GetUrlScript.txt deleted file mode 100644 index 9ecc8775..00000000 --- a/rosreestr_hyb.zmp/GetUrlScript.txt +++ /dev/null @@ -1,3 +0,0 @@ -begin - ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetY)+'/'+inttostr(GetX)+'.png'; -end. \ No newline at end of file diff --git a/todo/probki.net b/todo/probki.net new file mode 100644 index 00000000..5eb8f9ae --- /dev/null +++ b/todo/probki.net @@ -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= \ No newline at end of file diff --git a/todo/rosreestr.txt b/todo/rosreestr.txt deleted file mode 100644 index fa2f474c..00000000 --- a/todo/rosreestr.txt +++ /dev/null @@ -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 \ No newline at end of file