mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-03 13:17:34 +02:00
Merge branch 'eyeNsky-master'
This commit is contained in:
@@ -764,7 +764,7 @@ class Wmts extends Server {
|
||||
$profile = $m['profile'];
|
||||
$bounds = $m['bounds'];
|
||||
$format = $m['format'];
|
||||
$mime = ($format == 'jpg') ? 'image/jpeg' : 'image/png';
|
||||
$mime = ($format == 'jpg') ? 'image/jpeg' : 'image/' . $format;
|
||||
if ($profile == 'geodetic') {
|
||||
$tileMatrixSet = "WGS84";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user