Map actions (move, zoom, ...) are too slow #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The issue is -at leat partially- due to the fact that the free tile servers I am using can be very slow and that tiles can take several seconds to download.
Implementing a cache and also fallback methods that would temporarly render zoomed in or out existing tiles untill the requested tiles arrive should improve the user experience.
Example with open topo map
Many requests are also canceled, sometimes just before beeing requested again:
This is the goal of the multi-layers branch and this is the case since, at least,
7f03b0bca4
.Not applicable to the solidjs branch which is the new master.