... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tiles server in https only
#3
(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&amp;VERSION=1.0.0&amp;REQUEST=GetTile&amp;LAYER=GEOGRAPHICALGRIDSYSTEMS.MAPS&amp;STYLE=normal&amp;FORMAT=image/jpeg&amp;TILEMATRIXSET=PM&amp;TILEMATRIX=#{zoom}&amp;TILEROW=#{tiley}&amp;TILECOL=#{tilex}.jpg</urlPattern>
    <copyright>IGN</copyright>
</mapServer>

Any idea to solve the problem ?
Reply


Messages In This Thread
Tiles server in https only - by tybern - 08.01.2020, 15:06
RE: Tiles server in https only - by tybern - 08.01.2020, 15:52
RE: Tiles server in https only - by tybern - 08.01.2020, 19:10
RE: Tiles server in https only - by tybern - 09.01.2020, 13:28
RE: Tiles server in https only - by tybern - 09.01.2020, 18:11
RE: Tiles server in https only - by tybern - 10.01.2020, 22:01
RE: Tiles server in https only - by tybern - 11.01.2020, 17:24
RE: Tiles server in https only - by tybern - 23.01.2020, 12:33
RE: Tiles server in https only - by CharlyRC - 23.05.2023, 23:54
RE: Tiles server in https only - by CharlyRC - 25.05.2023, 18:17
RE: Tiles server in https only - by CharlyRC - 25.05.2023, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)