chore(deps): bump ol from 9.1.0 to 9.2.1
Bumps ol from 9.1.0 to 9.2.1.
Release notes
Sourced from ol's releases.
v9.2.1
The 9.2.1 release patches the 9.2.0 release with a fix for a TypeScript issue using vector layers.
List of all changes
See below for a complete list of features and fixes.
- Add test cases for typescript use (by
@tschaubin openlayers/openlayers#15834)- Do not make the source type of a vector layer generic (by
@ahocevarin openlayers/openlayers#15831)v9.2.0
The 9.2 release fixes a number of rendering issues and introduces a few new features. OGC tile sources now support collections selection. Snap events are now more consistent (see below). Type annotations continue to improve, and documentation and examples got a number of updates.
The
snapevent's feature property is now nevernullPreviously, listeners for the
Snapinteraction'ssnapevent receivednullas value for thefeatureproperty when snapped to a segment. Now, the value of thefeatureproperty is always set to the snapped feature.To distinguish between a vertex and a segment snap, look at the
snapevent'ssegmentproperty. It will set tonullon a vertex snap, and to the snapped segment on a segment snap.List of all changes
See below for a complete list of features and fixes.
- Align getStyle() behavior and documentation (by
@ahocevarin openlayers/openlayers#15826)- Calculate reprojection tile ranges for each world (by
@mike-000in openlayers/openlayers#15825)- Fix removal of render features from vector source (by
@sebakerckhofin openlayers/openlayers#15827)- fix: handle errors in response parsing in xhr loader (by
@sebakerckhofin openlayers/openlayers#15808)- Hit detect symbols with declutterMode: 'none' (by
@ahocevarin openlayers/openlayers#15812)- refactor: remove unneeded '/' for URL construction (by
@jansulein openlayers/openlayers#15809)- Stop using deprecated search API from EPSG.io (by
@petrsloupin openlayers/openlayers#15806)- feat: add collections option to OGCVectorTile source (by
@jansulein openlayers/openlayers#15792)- fix: webgl style regression - force ambiguous match input type to an accepted type (by
@sebakerckhofin openlayers/openlayers#15802)- Add feature type generic to feature loader types (by
@sebakerckhofin openlayers/openlayers#15780)- Accept render features source in WebGLPointsLayer (by
@sebakerckhofin openlayers/openlayers#15779)- Fix WebGL VectorLayer wrapX renderer (by
@sakitam-gisin openlayers/openlayers#15785)- Fix deferred rendering of layer extents, multiple worlds and non-1 opacity (by
@ahocevarin openlayers/openlayers#15796)- Improve performance of deferred rendering (by
@ahocevarin openlayers/openlayers#15789)- Delete palette texture before creating a new context (by
@tschaubin openlayers/openlayers#15787)- Add feature type to vector source signature (by
@sebakerckhofin openlayers/openlayers#15774)- Better generics for vector and vectortile layers (by
@ahocevarin openlayers/openlayers#15767)- Show how to combine a layer with a render function and a standard layer (by
@ahocevarin openlayers/openlayers#15762)- Rebuild executors when declutter state changes (by
@ahocevarin openlayers/openlayers#15768)- Remove unused layer property (by
@M393in openlayers/openlayers#15765)- fix: Group.d.ts type errors #15756 (by
@sakitam-gisin openlayers/openlayers#15757)- Use outdoor instead of streets style for site and mapbox-style example (by
@ahocevarin openlayers/openlayers#15738)- Fix getFeatures(pixel) regression (by
@ahocevarin openlayers/openlayers#15734)- Add Snap Data: feature (by
@CarolineDeleruein openlayers/openlayers#15730)- Reuse container preparation code (by
@ahocevarin openlayers/openlayers#15727)
... (truncated)
Commits
f733838Updates for the 9.2.1 release48e9c58Merge pull request #15834 from tschaub/test-typescript20d0c8bAdd test cases for typescript use8658a1dMerge pull request #15831 from ahocevar/vector-layer-genericsb0e1043Fix ol/source/Cluster's source typeab471edDo not make the source type of a vector layer generic6c52b90Merge pull request #15829 from openlayers/release-v9.2.078c0055Develop on 9.2.1-devdbfb0c3Updates for the 9.2.0 release1a618feMerge pull request #15828 from openlayers/dependabot/npm_and_yarn/puppeteer-2...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)