| Fix lint issues
| 7 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| Add generics convenience back where possible
| 1 年前 |
| Remove lint and type problems
| 1 个月前 |
| Use correct source options type
| 1 个月前 |
| feat(GeoZarr): coalesce concurrent byte-range requests via zarrita
Wrap the FetchStore with withRangeCoalescing from zarrita 0.7.1 to batch
concurrent getRange() calls within a microtask tick, merge adjacent byte
ranges (default 32 KB gap), and issue a single fetch per coalesced group.
Motivated by multi-band tile loads that fire dozens of independent
byte-range requests against the same shard files.
zarrita's withRangeCoalescing handles AbortSignal merging internally via
AbortSignal.any, so OL's tile cancellation propagates correctly across
callers sharing a batch.
Part of #17368.
*AI (Claude) supported my development of this PR.*
| 1 个月前 |
| Fix lint issues
| 7 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| Fix type imports with stricter hints from tsconfig
| 2 个月前 |
| fix ImageArcGISRest and TileArcGISRest to support modern case sensitivity in ArcREST
| 22 天前 |
| Updates to work with ESLint 9
| 1 年前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| add referrerPolicy and test to `ImageTile`
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| Raster source improvements
| 1 个月前 |
| Add response format configuration for SentinelHub output
| 1 个月前 |
| Merge pull request #17403 from ahocevar/vector-loading-failure
Promise based vector loader; fix failure handling | 1 个月前 |
| Add new Stamen Toner variants
| 6 个月前 |
| Fix type imports with stricter hints from tsconfig
| 2 个月前 |
| fix ImageArcGISRest and TileArcGISRest to support modern case sensitivity in ArcREST
| 22 天前 |
| Improve documentation of color option | 11 个月前 |
| Fix reloading tiles in case of an error with tile.load()
| 3 年前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| Add setParams for setting all URL parameters at once
| 1 年前 |
| Remove lint and type problems
| 1 个月前 |
| Updates to work with ESLint 9
| 1 年前 |
| VectorSource now removes loaded extents by overlap rather than exact match
Previously, `removeLoadedExtent()` only removed loaded extents that
exactly matched the given extent, leaving partially overlapping extents
untouched and causing the source to skip re-fetching areas that should
be reloaded.
Now it splits any overlapping loaded extent into its remaining
non-overlapping parts using the new `getDifference()` helper in
`ol/extent`, and re-inserts them into the tree.
Fixes #17032.
Co-authored-by: Copilot <copilot@github.com>
| 25 天前 |
| VectorEventType: Add 'changefeature' in @typedef
'changefeature' is missing in @typedef - Add it. | 4 年前 |
| Remove lint and type problems
| 1 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| updating case in comments to match updates from PR
'LAYERS' still appeared in caps in the comments
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> | 22 天前 |
| Loader based Image source API with ImageBitmap
| 2 年前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| Fix type imports with stricter hints from tsconfig
| 2 个月前 |
| Handle OGC tileMatrixSetLimits with minzoom
| 21 天前 |
| implement referrerPolicy for sources and icons
| 3 个月前 |
| Fix type imports with stricter hints from tsconfig
| 2 个月前 |