Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
b303b1e263
2 changed files with 2 additions and 4 deletions
  1. +1
    -1
      Osm/osm_mapsurfer_hillshade.zmp/GetUrlScript.txt
  2. +1
    -3
      Osm/osm_mapsurfer_hillshade.zmp/params.txt

+ 1
- 1
Osm/osm_mapsurfer_hillshade.zmp/GetUrlScript.txt View File

@@ -1,3 +1,3 @@
begin
ResultURL:=GetURLBase+'x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1);
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png';
end.

+ 1
- 3
Osm/osm_mapsurfer_hillshade.zmp/params.txt View File

@@ -7,13 +7,11 @@ name_ru=OpenMapSurfer (рельеф)
name=OpenMapSurfer (hillshade)
name_uk=OpenMapSurfer (рельєф)
NameInCache=OSM_mapsurfer_hillshade
DefURLBase=http://korona.geog.uni-heidelberg.de/tiles/asterh/
DefURLBase=https://maps.heigit.org/openmapsurfer/tiles/asterh/webmercator/
ContentType=image/png
Ext=.png
projection=1
sradiusa=6378137
sradiusb=6378137
PARENTSUBMENU=OSM
RequestHead=User-Agent: SAS.Planet
IteratorSubRectSize=8,8
License=Map data © OpenStreetMap contributors, rendering GIScience Research Group @ University of Heidelberg

Loading…
Cancel
Save