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