Hi !
we’re developing a system with Openlayers maps API in our company
our proxy blocks all tiles view from OpenStreetMaps and leave us with blank map (panel is showed)
my questions is :
is there any way to recive a list of servers to add into our whitelist in order to view tiles ?
in this case … is it possible to work with domain names insted of IP list ?
But what is your problem now? Proxy server or projection?
I assume that a wrong projection has no influence on a proxy server, not?
Are you able to display the main website example
on http://www.openstreetmap.org by choosing standard layer (that is default there) when you are behind your proxy?
The standard mapnik layers is served from a.tile.openstreetmap.org, b.tile.openstreetmap.org and c.tile.openstreetmap.org, as can be deduced by looking at the page info on a web browser with full access, or looking at the configuration information in JOSM. This is on both port 80 as HTTP: and port 443 as HTTPS:.
However, these tiles are only provided to assist people contributing to the map and for proof of concept application use. You should be planning to use your own tile server in the medium to long term, so, given your draconian firewalling, I would suggest you go down that path immediately.