1
0
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:
Dalibor Janák
2015-12-01 23:06:12 +01:00

View File

@@ -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 {