You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems you're trying to grab tiles directly from our tile server. For less error messages (and faster maps), please request them via our CDN at https://tile.openstreetmap.org/{z}{x}/{y}.png.
Do we care much what the scale is? or indeed about helping people that have deliberately attempted to evade controls by choosing to use a URL that has never been published as any sort of official way to access the tiles...
I don't see a compelling reason to do this. We have no documentation anywhere that suggests their URLs would work, and I've never seen any. If people construct URLs by looking at our internal documentation and mashing stuff together they'll get errors. Interestingly, that code is broken in other ways - two of the servers listed are no longer tile servers.
LWG recently got an email from someone asking why their code was borken:
Obviously, they were getting 403s from the tile server since we only allow requesting tiles over the CDN.
The Apache 403 error message at, e.g., https://odin.openstreetmap.org/1/1/1.png should tell people to use https://tile.openstreetmap.org instead; maybe something like:
See also: #737
We could also update https://github.com/openstreetmap/chef/blob/master/cookbooks/tile/templates/default/index.html.erb and the tile usage policy.
Do we have logs to get an idea of the scale of the issue?
The text was updated successfully, but these errors were encountered: