I've got a bug in the display of a WMTS map. it's translated!
it's not in the correct origin.
using EPSG:4326 and GeoWebCache (Geoserver).
The BBox are
-180 -90, 180.4 90.2
the error i suppose it's in the detecting the bounding box, in the "GetCapabilities" (or in the function wich get capabilities form WMTS service) of the WMTSLayer class. The error is in the wrong detection of the bounding box, so i've got a translated map.
if you get a WMTS map over a WMS map, you can see that the two map are not overlapped!
It's a problem when use operationLayer to overlap the map, because the object seems not in the right place, but it's the wmts map in the wrong place. #
Moreover:
There's some problem with the RESTfull mode.
Test with mapproxy doesn't work.
neither kvp mode.
openlayers does.
Is it possible to have the source code of the WMTS class, so i'm be able to debug the code?