Quellcode durchsuchen

update zmp

pull/1/head
sasbot vor 4 Jahren
Ursprung
Commit
14c32d6b1b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -1,4 +1,4 @@
begin begin
GetURLBase[8]:=chr(ord('a')+random(3)); 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. end.

+ 1
- 1
Osm/osm_mapcm.zmp/params.txt Datei anzeigen

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


Laden…
Abbrechen
Speichern