Skip to content
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

OpenStreetMap map backgrounds use deprecated {a,b,c}.tile.openstreetmap.org #86

Closed
jtn20 opened this issue Aug 29, 2023 · 1 comment
Closed

Comments

@jtn20
Copy link

jtn20 commented Aug 29, 2023

OpenStreetMap have deprecated the hostnames {a,b,c}.tile.openstreetmap.org in favour of just tile.openstreetmap.org -- see openstreetmap/operations#737.

I can see these deprecated tile server names still referenced in the current code:

_sourceList.add(new OsmMapSource("Mapnik", "https://[abc].tile.openstreetmap.org/"));
_sourceList.add(new OsmMapSource("Cycling Trails", "https://[abc].tile.openstreetmap.org/", "png",
"https://tile.waymarkedtrails.org/cycling/", "png", 18));

(It's actually Debian's gpsprune 20.2-1 where I've been observing complaints about this on the console, but since the old names are still on the head of master at time of writing, I assume it's still an issue with the current version.)

@activityworkshop
Copy link
Owner

Hi, and thanks for the information.

You're right, that's still an issue with the current version, as I was unaware of the change.
As far as I can tell, the "old" URLs still work, like for example this one https://a.tile.openstreetmap.org/6/37/26.png and by scrolling around I can see that GpsPrune is still able to retrieve tiles currently. But of course I'll update the URLs for the next release, which will be either 23.2 or 24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants