build(deps-dev): bump ol from 6.14.1 to 6.15.1
Bumps ol from 6.14.1 to 6.15.1.
Release notes
Sourced from ol's releases.
v6.15.1
The 6.15.1 release is a patch to ensure that a layer gets rendered when its source has completed loading. See the changelog for 6.15.0 for new features and fixes since 6.14.
List of all changes:
- Recover from incorrect rebase after removal of string enums (in #13835 by
@ahocevar)Full Changelog: https://github.com/openlayers/openlayers/compare/v6.15.0...v6.15.1
v6.15.0
Overview
The 6.15 release brings several fixes and improvements:
- Faster vector tile rendering for soures with non-standard tile grids
- Reduced canvas memory footprint for increased stability on iOS devices and better rendering performance
- Fixed a bug that prevented tiles from expiring from the tile cache in the correct order
- Better type safety with an increasing number of
nullchecks and union types- New
setFillandsetStrokemethods forRegularShapesymbols- Vector symbol and text decluttering on the style level
- Fixed pointer event handling on touch devices when layer visibility changes
- New
justifyoption for text styles- New
Linkinteration for adding center, zoom, rotation and active layers to the URL- Easier css styling of the scale bar, and in addition to
minWidth, the scale line can now also be configured with amaxWidthDetails
Deprecated
tilePixelRatiooption for data tile sources.If you were previously trying to scale data tiles using the
tilePixelRatioproperty for data tile sources (this is rare), you should now use the explicittileSizeandtileGridproperties. The source'stileSizerepresents the source tile dimensions and the tile grid'stileSizerepresents the desired rendered dimensions.const source = new DataTileSource({ tileSize: [512, 512], // source tile size tileGrid: createXYZ({tileSize: [256, 256]}), // rendered tile size });Fixed coordinate dimension handling in
ol/proj'saddCoordinateTransformsThe
forwardandinversefunctions passed toaddCooordinateTransformsnow receive a coordinate with all dimensions of the original coordinate, not just two. If you previosly had coordinates with more than two dimensions and added a transform likeaddCoordinateTransforms( 'EPSG:4326', new Projection({code: 'latlong', units: 'degrees'}), function(coordinate) { return coordinate.reverse(); }, function(coordinate) { return coordinate.reverse(); } );you have to change that to
addCoordinateTransforms( </tr></table>
... (truncated)
Commits
9613cb9Updates for the 6.15.1 releaseac5b80aMerge pull request #13835 from ahocevar/source-state3b99134Updates for the 6.15.0 release61da235Merge pull request #13841 from openlayers/dependabot/npm_and_yarn/rollup-2.77.05cc9fccMerge pull request #13842 from openlayers/dependabot/npm_and_yarn/types/geojs...788fbedBump rollup from 2.76.0 to 2.77.09b14b1dMerge pull request #13843 from openlayers/dependabot/npm_and_yarn/babel/prese...c9703cfMerge pull request #13844 from openlayers/dependabot/npm_and_yarn/clean-css-c...dfc5aeeMerge pull request #13845 from openlayers/dependabot/npm_and_yarn/marked-4.0.18423ed77Merge pull request #13846 from openlayers/dependabot/npm_and_yarn/babel/core-...- 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 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)