-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency ol to v10 #1427
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ol-10.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for elated-brown-7e20ff ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
a608f6c
to
e5a3a20
Compare
fec08e3
to
547f397
Compare
f6dc282
to
4b42ded
Compare
1e13702
to
1340044
Compare
e8109e1
to
01f9950
Compare
40b8388
to
5131a0d
Compare
c9aeeee
to
7fefa46
Compare
862d738
to
15b269e
Compare
15b269e
to
b8a29c3
Compare
7ec9049
to
594e7dd
Compare
1852ba4
to
d72ced4
Compare
23ab533
to
a7f7f14
Compare
8113e17
to
2fe84b6
Compare
5f3dbb5
to
4f5a4dd
Compare
ce8fa36
to
62c7dc7
Compare
e906da7
to
430e3d5
Compare
9b304d5
to
f84d225
Compare
13219e7
to
e818f60
Compare
e818f60
to
58a4839
Compare
58a4839
to
9202815
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.1.0
->10.5.0
Release Notes
openlayers/openlayers (ol)
v10.5.0
Compare Source
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/style/webgl
module removalWebGL renderers used to rely on the
WebGLStyle
type in theol/style/webgl
module. This is not the case anymore, all renderers now rely onFlatStyle
fromol/style/flat
.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
v10.2.1
Compare Source
The 10.2.1 patch release fixes an issue with missing tiles on reprojected tile layers. See the 10.2.0 release notes for a complete list of changes since the previous release.
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.