tileserver-php icon indicating copy to clipboard operation
tileserver-php copied to clipboard

Parse JSON of tile_matrix in MBTiles metadata

Open MartinMikita opened this issue 8 years ago • 1 comments

MartinMikita avatar Dec 01 '16 13:12 MartinMikita

This has a bug. If there is tilematrix already set there will be replaced. This falls with folder and JSON metadata which have tilematrix as an object.

We need to update condition. If tilematrix isset and is string (length > 0).

daliborjanak avatar Jan 24 '17 17:01 daliborjanak