Remove apikey param from OpenCycleMap param in default config
This commit is contained in:
parent
65a8252db7
commit
84655614c3
@ -27,7 +27,7 @@ $mapapi = "openlayers3"; // openlayers 3+
|
||||
|
||||
// openlayers additional map layers in XYZ format
|
||||
// name => url
|
||||
$ol_layers['OpenCycleMap'] = 'https://{a-c}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png?apikey='; // api key needed
|
||||
$ol_layers['OpenCycleMap'] = 'https://{a-c}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png'; // ?apikey=[API_KEY]
|
||||
$ol_layers['OpenTopoMap'] = 'https://{a-c}.tile.opentopomap.org/{z}/{x}/{y}.png';
|
||||
$ol_layers['ESRI'] = 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}';
|
||||
$ol_layers['UMP'] = 'http://{1-3}.tiles.ump.waw.pl/ump_tiles/{z}/{x}/{y}.png';
|
||||
@ -91,4 +91,4 @@ $lang = "en";
|
||||
$units = "metric";
|
||||
//$units = "imperial";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user