You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a true WMS it is not needed to prefetch surrounding tiles,
because:
- a WMS does not have fixed scales, so the re-using of cached images is
not very likely
- a WMS should always serve fresh data
- Creation of WMS images can be very resourcefull (on serverside) in
case of higher zoom levels or complex styling
IF prefetching is preferred, the service should show itself as WMTS or WMS-C
See #41691
0 commit comments