-
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.3.1 #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 🪧 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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f130042
to
e88a356
Compare
This PR contains the following updates:
10.2.1
->10.3.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openlayers/openlayers (ol)
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.