It seems that the tiles from different requests are not matching.
For some reasons there is problem with coordinates - tiles are wrongly positioned. This may be related to CRS (3301 not well supported by leaflet), tile size, tileset origin, and allowed zoom levels etc.
Flickering of semi transparent images on load may perhaps be related to reprojecting etc in Leflet.
Slow speed of other layers is due to the same problems. Creating correct gridsets requires additional research - thay have to match with each other and with base map layers from Land Board.
Loading peat area plans is very slow despite the GWC is enabled in geoserver and smaller zoom levels - at least 0-5 - are cached. The cached tiles should be served directly for wms requests, but that seems not to be the case. WMTS call 15-20 ms: http://gis.geocollections.info/geoserver/gwc/service/wmts?layer=turvas%3APlaanid&style=&tilematrixset=EPSG%3A3301L&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=EPSG%3A3301%3A5&TileCol=20&TileRow=12
WMS call 700-100 ms: https://gis.geocollections.info/geoserver/wms?service=WMS&request=GetMap&layers=turvas%3APlaanid&styles=&format=image%2Fpng&transparent=true&version=1.1.1&tiled=true&width=512&height=512&srs=EPSG%3A3301&bbox=632500.000000008,6424999.99999975,648500.0000000093,6440999.99999976
WMTS and TMS layers could be included in Leaflet as:
It seems that the tiles from different requests are not matching. For some reasons there is problem with coordinates - tiles are wrongly positioned. This may be related to CRS (3301 not well supported by leaflet), tile size, tileset origin, and allowed zoom levels etc.
Flickering of semi transparent images on load may perhaps be related to reprojecting etc in Leflet.