Replies: 2 comments 1 reply
-
I would recommend a backend proxy to allow high availability. |
Beta Was this translation helpful? Give feedback.
-
The ability to add additional URLs is not to provide fallback servers, but rather to allow the browser to make more (tile) requests by bypassing the browser per-host request limit. It's basically rudimentary client-side load balancing. So, you would need to do something like @HarelM suggests to get true redundancy. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
we are building an application where each of the tileservers don't have perfect availability, but we have multiple tileservers, which together provide nice availability.
It is simple to add an extra tile URL, but I do not know how to add more urls for glyphs and sprites in case the main server is not up.
How can one do this? I could not find any information about this.
Thank you for the great lib!
Beta Was this translation helpful? Give feedback.
All reactions