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

Why some subdomain display changes but other dont?

0

Hello, I edit the OSM main map, and some subdomain display my changes but other dont.

I can see the changes in:

but not in the following subdomains:

How long does it take to the servers b,c to recived the updates?

asked 21 Dec '21, 12:00

DAN's gravatar image

DAN
11112
accept rate: 0%


One Answer:

1

Hi,

these addresses (a,b,c) are here only for historical reasons, so that older browsers would load more tiles in parallel but they all point to the same server. Nowadays (especially with HTTP/2 IIRC), it is not needed. And they all point to a CDN now. Behind the CDN there are a few rendering servers, but they should be in sync mostly. Some statistics about that. A lot of information is on the wiki, some of it is outdated though.

It might be a trouble of cache on your side. Try Ctrl+Shift+R. Just in case, I've checked, they all look the same to me now.

Regards.

answered 23 Dec '21, 14:13

H_mlet's gravatar image

H_mlet
5.4k1781
accept rate: 13%

Source code available on GitHub .