Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
cf06ea1e0d
10 changed files with 105 additions and 0 deletions
  1. BIN
      balticmaps.eu.map.zmp/18.bmp
  2. BIN
      balticmaps.eu.map.zmp/24.bmp
  3. +17
    -0
      balticmaps.eu.map.zmp/GetUrlScript.txt
  4. +7
    -0
      balticmaps.eu.map.zmp/info.txt
  5. +29
    -0
      balticmaps.eu.map.zmp/params.txt
  6. BIN
      balticmaps.eu.topo.zmp/18.bmp
  7. BIN
      balticmaps.eu.topo.zmp/24.bmp
  8. +16
    -0
      balticmaps.eu.topo.zmp/GetUrlScript.txt
  9. +7
    -0
      balticmaps.eu.topo.zmp/info.txt
  10. +29
    -0
      balticmaps.eu.topo.zmp/params.txt

BIN
balticmaps.eu.map.zmp/18.bmp View File

Before After

BIN
balticmaps.eu.map.zmp/24.bmp View File

Before After

+ 17
- 0
balticmaps.eu.map.zmp/GetUrlScript.txt View File

@@ -0,0 +1,17 @@
var
Step:integer;
shiftx,shifty:integer;
y:integer;
begin
shiftx:=225280;
shifty:=5632000;
step:=round(225280/round(intpower(2,getz-3)))
if gety<3 then step:=225280;
y:=round(intpower(2,getz-1))-GetY-1;
if y<=0 then y:=1;
ResultURL:=GetURLBase+inttostr(shiftx+getx*step)+','+inttostr(shifty+Y*step)+','+inttostr(shiftx+getx*step+step)+','+inttostr(shifty+Y*step+step);
end.

+ 7
- 0
balticmaps.eu.map.zmp/info.txt View File

@@ -0,0 +1,7 @@
Локальная карта Латвии
отображается только с 3 уровня зума!!!
если пишет отсутствует подключение к интернет нужно:
перезапустить SAS планету на 3 и больше уровне зума.
Первоисточник: http://www.balticmaps.eu

+ 29
- 0
balticmaps.eu.map.zmp/params.txt View File

@@ -0,0 +1,29 @@
[PARAMS]
pnum=114
GUID={F05CB6B1-BB96-4BF3-AED2-4ABEB9B2DBE7}
asLayer=0
name=Êàðòà Ëàòâèè
name_9=Latvija Map
NameInCache=balticmaps_eu_map
DefURLBase=http://maps.kartes.lv/kijs/server_scripts/topo/get_image.php?WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&LAYERS=&SRS=EPSG:3059&FORMAT=image/gif&TRANSPARENT=true&BBOX=
ContentType="image/jpeg"
Ext=.jpg
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
TILERLEFT=0
TILERRIGHT=300
TILERTOP=0
TILERBOTTOM=300
ParentSubMenu=Ëîêàëüíûå êàðòû
ParentSubMenu_9=Local maps

BIN
balticmaps.eu.topo.zmp/18.bmp View File

Before After

BIN
balticmaps.eu.topo.zmp/24.bmp View File

Before After

+ 16
- 0
balticmaps.eu.topo.zmp/GetUrlScript.txt View File

@@ -0,0 +1,16 @@
var
Step:integer;
shiftx,shifty:integer;
y:integer;
begin
shiftx:=225280;
shifty:=5632000;
step:=round(225280/round(intpower(2,getz-3)))
if gety<3 then step:=0;
y:=round(intpower(2,getz-1))-GetY-1;
ResultURL:=GetURLBase+inttostr(shiftx+getx*step)+','+inttostr(shifty+Y*step)+','+inttostr(shiftx+getx*step+step)+','+inttostr(shifty+Y*step+step);
end.

+ 7
- 0
balticmaps.eu.topo.zmp/info.txt View File

@@ -0,0 +1,7 @@
Локальная карта Латвии
отображается только с 3 уровня зума!!!
если пишет отсутствует подключение к интернет нужно:
перезапустить SAS планету на 3 и больше уровне зума.
Первоисточник: http://www.balticmaps.eu

+ 29
- 0
balticmaps.eu.topo.zmp/params.txt View File

@@ -0,0 +1,29 @@
[PARAMS]
pnum=114
GUID={E01A0205-546A-494F-8434-5D75D53E3C1E}
asLayer=0
name=Ëàòâèÿ òîïî
name_9=Ëàòâèÿ òîïî
NameInCache=balticmaps_eu_topo
DefURLBase=http://maps.kartes.lv/kijs/server_scripts/orto/get_orto_foto.php?WIDTH=300&HEIGHT=300&KIJS=BM45&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application/vnd.ogc.se_inimage&LAYERS=&SRS=EPSG:3059&FORMAT=image/gif&TRANSPARENT=true&BBOX=
ContentType="image/jpeg"
Ext=.jpg
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
TILERLEFT=0
TILERRIGHT=300
TILERTOP=0
TILERBOTTOM=300
ParentSubMenu=Ëîêàëüíûå êàðòû
ParentSubMenu_9=Local maps

Loading…
Cancel
Save