Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
92d40b7b6c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Osm/osm_mapcm.zmp/GetUrlScript.txt
  2. +1
    -1
      Osm/osm_mapcm.zmp/params.txt

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

@@ -1,4 +1,4 @@
begin
GetURLBase[8]:=chr(ord('a')+random(3));
ResultURL:=GetUrlBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png';
ResultURL:=GetUrlBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png?apikey=6170aad10dfd42a38d4d8c709a536f38';
end.

+ 1
- 1
Osm/osm_mapcm.zmp/params.txt View File

@@ -5,7 +5,7 @@ GUID={D64B56B5-4B72-4EB1-8552-3D211A7A3580}
name=OpenStreetMap Cycle Map
name_uk=Вело-карта (OpenStreetMap)
NameInCache=osm_CycleMap
DefURLBase=http://a.tile.opencyclemap.org/cycle
DefURLBase=http://a.tile.thunderforest.com/cycle
ContentType=image/png
Ext=.png
projection=1


Loading…
Cancel
Save