mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-11 17:14:20 +02:00
Fixed bug in WGS84 tilematrixset
This commit is contained in:
@@ -847,7 +847,6 @@ class Wmts extends Server {
|
|||||||
'scale_denominator' => $scaleDenominators[$i],
|
'scale_denominator' => $scaleDenominators[$i],
|
||||||
'tile_size' => array(256, 256)
|
'tile_size' => array(256, 256)
|
||||||
);
|
);
|
||||||
$tileMatrixSet[] = (array) $level;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->getTileMatrixSet('WGS84', $tileMatrixSet, 'EPSG:4326');
|
return $this->getTileMatrixSet('WGS84', $tileMatrixSet, 'EPSG:4326');
|
||||||
|
Reference in New Issue
Block a user