<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I am creating a gdal wmts xml file for the tile layers in geoserver using the following gdal function:<br><br> gdal_translate <span style="color:rgb(255,0,255)">""'WMTS:<a href="http://localhost:8080/geoserver/gwc/service/wmts?REQUEST=GetCapabilities,layer=">http://localhost:8080/geoserver/gwc/service/wmts?REQUEST=GetCapabilities,layer=</a>'</span>$<span style="color:rgb(11,83,148)">gslayer</span><span style="color:rgb(255,0,255)">""</span> /home/julierme/Desktop/amazonia_sar/amapa/IMG/covmingrad/amapa_north/processadas_gs_xml/$<span style="color:rgb(11,83,148)">filenamenoextension</span>.xml -of WMTS<br><br></div>This one output file:<br><br><GDAL_WMTS><br>  <GetCapabilitiesUrl><a href="http://localhost:8080/geoserver/gwc/service/wmts?REQUEST=GetCapabilities">http://localhost:8080/geoserver/gwc/service/wmts?REQUEST=GetCapabilities</a></GetCapabilitiesUrl><br>  <Layer>amazoniasar_amapanorth_covmingrad:CSKS1_20161120205231_CSKS2_20170216205201_3_CovMinGrad_rgb</Layer><br>  <TileMatrixSet>EPSG:4326</TileMatrixSet><br>  <InfoFormat>application/vnd.ogc.gml/3.1.1</InfoFormat><br>  <DataWindow><br>    <UpperLeftX>-51.55010461807251</UpperLeftX><br>    <UpperLeftY>3.749183379113674</UpperLeftY><br>    <LowerRightX>-51.04091674089432</LowerRightX><br>    <LowerRightY>3.231662549078465</LowerRightY><br>  </DataWindow><br>  <BandsCount>4</BandsCount><br>  <Cache /><br>  <UnsafeSSL>true</UnsafeSSL><br>  <ZeroBlockHttpCodes>204,404</ZeroBlockHttpCodes><br>  <ZeroBlockOnServerException>true</ZeroBlockOnServerException><br></GDAL_WMTS><br><br></div>I am seeding the geoserver layers. In order to speed up QGIS rendering layers, I wonder if I have to insert the GeoWebCache path in the xml file, as this:<br>...<br><Cache><br>    <Path>/var/lib/tomcat7/webapps/geoserver/data/gwc/geowebcache.xml</Path><br> </Cache><br><br></div><div>Does the insertion of GeoWebCache path help QGIS to render layers faster?<br><br></div><div>I am doing some tests, but I would like a feedback on that.<br><br></div><div>Thank you for your time in advance<br></div><div><br></div>Kind regards<br><br></div>Julierme<br><div><div><div><div><br></div></div></div></div></div>