-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for GIScience Heidelberg Maps #72
Comments
@pmo-19 Your URL is wrong:
From the site:
This works for me: <?xml version="1.0" encoding="UTF-8"?>
<map>
<name>GIScience Heidelberg</name>
<url>https://korona.geog.uni-heidelberg.de/tiles/roads?x=$x&y=$y&z=$z</url>
<copyright>Map data: © OpenStreetMap contributors (ODbL) | Rendering: © GIScience Heidelberg (CC-SA)</copyright>
</map> |
OK. Well I did place the |
It works for me with 4.19 as well. |
https://korona.geog.uni-heidelberg.de/tiles/roads/x=1&y=1&z=1 ends with: They have evidently some server/resources limit issues at the moment. |
About the minor packaging issues found in the Debian / Ubuntu "official" build: |
GPXSee reads translations from Tiles that could not be downloaded are not tryied to download again in the same running process. You may however restart the application to trigger a new download. Clearing the tile cache clears all the tiles from the selected map. As the original issue is an issue of the map provider, I'm closing it. For new/other stuff please open separate issues. |
Would it be possible to add the GIScience Heidelberg Maps ? from the University of Heidelberg I believe.
They look great and don't require an API ... And I tried to add them in GPXSee version 4.x without success.
I used the directives from their website, adding this line to maps.txt:
GIScience Heidelberg http://korona.geog.uni-heidelberg.de/tiles/roads/$z/$x/$y.png
I got an xml error from the web browser however the values of the variable x y z are not set: Tile coordinates were not in a correct format. RawUrl = '/tms_r.ashx?$z/$x/$y.png', UrlReferrer = '', UserIPAddress =
To open maps in a browser I type:
http://korona.geog.uni-heidelberg.de/
This line does open the maps in a web browser like the Open Topo Map line:
Open Topo Map https://a.tile.opentopomap.org/$z/$x/$y.png
But it's not working in GPXSee ? Do you have a clue ?
The text was updated successfully, but these errors were encountered: