mirror of
https://github.com/klokantech/tileserver-php.git
synced 2025-08-02 12:47:31 +02:00
Fix of order of origin in geodetic profile
This commit is contained in:
@@ -853,7 +853,7 @@ class Wmts extends Server {
|
||||
'extent' => $extent,
|
||||
'id' => (string) $i,
|
||||
'matrix_size' => array($matrixSize * 2, $matrixSize),
|
||||
'origin' => array($extent[0], $extent[3]),
|
||||
'origin' => array($extent[3], $extent[0]),
|
||||
'scale_denominator' => $scaleDenominators[$i],
|
||||
'tile_size' => array(256, 256)
|
||||
);
|
||||
|
Reference in New Issue
Block a user