TopoFusion support forums
TopoFusion Support => TopoFusion Pro => Topic started by: haylingchrist on December 22, 2016, 01:08:17 PM
-
Hi,
New tiles from tile.opentopomap.org will not load. I suspect this is because Topofusion does an HTTP GET and the server is redirecting to HTTPS. Wireshark TCP stream trace follows.
Chris
GET /15/16178/12727.png HTTP/1.1
User-Agent: TopoFusion Pro/5.320
Host: tile.opentopomap.org
Connection: Close
HTTP/1.1 301 Moved Permanently
Date: Thu, 22 Dec 2016 19:52:26 GMT
Server: Apache/2.4.18 (Ubuntu)
Location: https://tile.opentopomap.org/15/16178/12727.png
Content-Length: 341
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved here (https://tile.opentopomap.org/15/16178/12727.png).</p>
<address>Apache/2.4.18 (Ubuntu) Server at tile.opentopomap.org Port 80</address>
</body></html>
-
Thanks for the note on this. And for the detail with the moved and TCP trace. That helps a lot.
It must have been somewhat recent as at the last release of TF it was working.
We'll get it updated in the next version. Sadly I'm out of country (in NZ) and away from my dev computer a few more weeks, so it'll be mid-Jan.
Cheers!
-
Thanks Scott.
I think its only been broken for a few weeks - though I'm a frequent user at first I put it down to a slow Internet connection.
Chris
PS Enjoy NZ - its on my bucket list!
-
NZ was such a place to visit! Make it happen.
Got a new beta version out with OpenTopoMap back. They moved to requiring https (SSL) for their tiles. Not sure why that change makes sense for tiles, but a USGS site also made that change, so the timing was good to dig into adding it to TF.
I see that OpenTopo works in the US now, as well (and NZ). That's good news.
Thanks for the post on this -- much appreciated.