08.01.2020, 15:52
(08.01.2020, 15:36)routeconverter Wrote: Please give an example. In the past I had to change a lot of tile server protocols to https since they don't support http anymore and there are problems with redirects from http to https.
So, here is one :
Code:
<mapServer id="IGN Topo" name="IGN Topo 25" minZoom="2" maxZoom="18">
<host>wxs.ign.fr</host>
<urlPattern>https://#{host}/choisirgeoportail/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS&STYLE=normal&FORMAT=image/jpeg&TILEMATRIXSET=PM&TILEMATRIX=#{zoom}&TILEROW=#{tiley}&TILECOL=#{tilex}.jpg</urlPattern>
<copyright>IGN</copyright>
</mapServer>
Any idea to solve the problem ?