This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

https://{a,b,c}.tile.openstreetmap.org/crossdomain.xml not found

0

Crossdomain.xml files on https://{a,b,c}.tile.openstreetmap.org/crossdomain.xml are not found since November 27, thus our flex application can not load map tiles. Is there any changes?

asked 30 Nov '20, 12:48

rojda's gravatar image

rojda
11113
accept rate: 0%

1

I can browse to that file fine from here, so the output of https://tile.openstreetmap.org/cgi-bin/debug might help in case the issue is server specific

(30 Nov '20, 13:53) EdLoach ♦

2 Answers:

6

Thanks for reporting the problem - my colleague is working on fixing it.

In the meantime please don't hardcode the names of the upstream render servers like that as it's extremely antisocial.

answered 30 Nov '20, 15:30

TomH's gravatar image

TomH ♦♦
3.3k83943
accept rate: 20%

Sorry for that

(01 Dec '20, 07:18) rojda

4

The missing file is simply an error that is being fixed as I type.

Please do not hack around such issues but instead simply report them in the right place https://github.com/openstreetmap/operations (your solution a) doesn't go through the tile cache, b) is going to break the next time a server is changed).

answered 30 Nov '20, 15:33

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

1

Thanks, i'll change them back.

(01 Dec '20, 07:17) rojda

Source code available on GitHub .