Using Geoserver to publish image data , setting the tile set information for wmts, it was found that the TopLeftCorner in TileMatrix at different levels is different. Is this a normal phenomenon? The requested data is partially offset, and it is unclear what the reason is.
use EPSG:4326 minX:118 minY:22.5 maxX:121 maxY:46
tileWidth:64 tileHeight:64
The scale of layer 0 is 1:279541132.0143589.
However, in the GetCapabilities return XML of wmts, the tile matrix set has different TopLeftCorner within it。
WHY?