01-20-2016 01:55 AM
I want to use a WMTS in a mobile App. Therefore I wanted to use your example config_wmts.json (from Bitbucket/HGDN_MOBILE/mmw/common/configurations/config_wmts.json) as template.
But when I tested it I only got bad request exceptions instead of images.
Response: Tile (row=21743 col=33578) is outside the tile matrix limits (MinRow=21654, MinCol=33544, MaxRow=21689, MaxCol=33613).
So I would guess there is either some error in the config-file or the app has a problem with calculating the required tile row/col numbers.
03-09-2016 02:55 PM
Yes there is a bug. Thanks for reporting it.
04-12-2016 02:14 AM
We fixed the sample configuration file, you will see the WMTS data.
There is an issue with claclulating a proper tile matrix for mobile. The tiles are too small for the current zoom level. We should fix it before the release.