Leave the key wired in the address for now. I need to understand why replacing the api key doesn't work in WMTS maps. It doesn't matter because the map is custom.
Could you possibly be more explicit? Can you inform us about the surgeries performed, the predicted outcomes, and the results obtained? Some screenshots could be helpful. Thank you!
I have another issue with IGN WMTS service connection The mapserver is set as following <mapsServer> <name>France IGN TOP25</name> <url>https://data.geopf.fr/private/wmts?VERSION=1.0.0;apiKey={ign_scan_ws}</url> <serverNodes /> <attributions>#169;ign.fr</attributions> <group>France IGN TOP25</group> <type>WMTS</type> <version>1.0.0</version> <layer>GEOGRAPHICALGRIDSYSTEMS.MAPS</layer> <mapFormat>image/jpeg</mapFormat> <style>normal</style> <matrixSet>PM_0_18</matrixSet> <lat>48.85717</lat> <lon>2.34139999999999</lon> <covered>France</covered> <minZoom>4</minZoom> <maxZoom>18</maxZoom> <active>true</active> <canSaved>true</canSaved> <custom>true</custom> </mapsServer> but I get the following error 401 Authorization Required while the following request in a navigator gets a correct response https://data.geopf.fr/private/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetCapabilities&apikey=ign_scan_ws It seems that the apikey is not correctly managed Regards, Jean-Marc