-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency ol to v10.4.0 #7630
base: develop
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
a54ce6e
to
dcc96c0
Compare
c99b476
to
f130042
Compare
f130042
to
e88a356
Compare
e88a356
to
42119e5
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
42119e5
to
c4e190e
Compare
This PR contains the following updates:
10.2.1
->10.4.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openlayers/openlayers (ol)
v10.4.0
Compare Source
With more than 40 pull requests, the 10.4 release brings performance improvements, bug fixes, better TypeScript generics and new features. New features include a convenience
Image
layer loader for debugging MapServer map files using the MapServer CGI API, and an experimentalWebGLVectorTile
layer.Upgrade notes
Deprecation of ol/layer/WebGLPoints
Use
ol/layer/WebGLVector
instead. Besides rendering points it will also render lines and polygons.In most cases this is a drop-in replacement. To use filtering the style and filter have to be in a nested object.
ol-mapbox-style compatibility
This version of OpenLayers is only compatible with
[email protected]
or higher.Returning false from a one-time listener added with
once
Returning false from the listener function will now stop propagation, when the listener is added with
once
.Previously this only worked with the
on
method.The
filter
option forWebGLPointsLayer
has changedThe filter option for the
WebGLPointsLayer
must now be specified alongside other options instead of being part of thestyle
object. Note that theWebGLPointsLayer
is not part of the stable API and is subject to breaking changes between major releases.Get ready for future changes
We're planning to stop providing barrel files, which will impact how you import modules from OpenLayers. See #16461 for details. To get your code ready for that upcoming change, you can already help us test the
replace-barrel-imports
codemod from the @openlayers/codemod package.List of all changes
renderedProjection
in web worker's offscreen canvas layer example by @bilskip in https://github.com/openlayers/openlayers/pull/16522New Contributors
Full Changelog: openlayers/openlayers@v10.3.1...v10.4.0
v10.3.1
Compare Source
The 10.3.1 patch release contains several fixes and improvements to types, adds a missing class export and fixes a couple of broken WebGL points examples.
List of all changes
See below for a complete list of features and fixes.
source
option to TileDebug (by @mike-000 in https://github.com/openlayers/openlayers/pull/16279)Dependency Updates
Full Changelog: openlayers/openlayers@v10.3.0...v10.3.1
v10.3.0
Compare Source
In addition to many important bug fixes, the 10.3 release adds several improvements to the recently introduced
ImageTile
source, support for model transformations for theGeoTIFF
source, a newSentinelHub
source, built-in support for UTM coordinate transforms, smart caching of regular shape and icon styles, TypeScript improvements for theVectorImage
layer, and a newWebGLVectorLayer
.Upgrade notes
The
transform
function throws for unknown projectionsPreviously, the
transform()
function from theol/proj
module would apply the identity transform if either the source or the destination projections were unrecognized. Now this function will throw an error if it cannot perform the transform. You can check whether a projection is registered by calling theget()
function fromol/proj
- this function returnsnull
if the projection definition for a provided identifier is not known.The format of the style for
WebGLPointsLayer
has changedSuch a layer would previously be created this way:
From this release on, variables are now set as a separate object at the root of the options object:
List of all changes
See below for a complete list of features and fixes.
background
inol/layer/Tile
options (by @mike-000 in https://github.com/openlayers/openlayers/pull/16371)overlaps
option (by @ahocevar in https://github.com/openlayers/openlayers/pull/16243){-y}
placeholder handling (by @mike-000 in https://github.com/openlayers/openlayers/pull/16233)zDirection
option to ol/source/ImageTile (by @mike-000 in https://github.com/openlayers/openlayers/pull/16231)Dependency Updates
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.