12.05.2018, 07:33
(11.05.2018, 20:48)janwalker Wrote: I think it's really strange. Other map-types don't have this problem at all...
You can watch the video on https://youtu.be/qX1r1W6sOTg
Dear Jan,
thank you very much for the video. In fact the tile server that your RouteConverter tries to connect doesn't deliver any tiles at all. It should look like in this video.
Please check the file %USER_PROFILE%\.routeconverter\tileserver\default.xml
It should contain a section
Code:
<tileServer id="OpenStreetMap" name="OpenStreetMap rendering of OpenStreetMap data" minZoom="1" maxZoom="19" copyright="OpenStreetMap">
"http://" + getOpenStreetMapServerIndex() + ".tile.openstreetmap.org/" + zoom + "/" + coordinates.x + "/" + coordinates.y + ".png"
</tileServer>
at the top.
If that's available, the go to openstreetmap.org inside a web browser and check with the developer tools from while URL tiles are loaded. Here it's a.tile.openstreetmap.org:
--
Christian
Christian