Hi all,
please I'm using the Openlayers module. I created a XYZ base layer with 2 base_url (my tiles are stored in 2 servers) where I would like that the getURL function check if the tile doesn't exist in the first url, it will search for the tile in the second one. Could you please help me to find a solution for this problem please.
Thanks in advance.

Comments

yboughrara’s picture

Can I solve this problem by adding a function in HttpRequest of OpenLayers that checks the existence of the tile, and call this function in getURL ?