mediathread
mediathread copied to clipboard
Bump ol from 6.15.1 to 7.1.0
Bumps ol from 6.15.1 to 7.1.0.
Release notes
Sourced from ol's releases.
v7.1.0
The 7.1 release adds a handful of new features and updates the story for users of the full library build.
Draw with tracing
The draw interaction has a new
traceoption. When this is set, you can click on existing features to trace their outlines while creating new polygons or lines.New GeoTIFF options
The GeoTIFF source now supports imagery with internal masks. In addition, the GeoTIFF source accepts a
convertToRGB: 'auto'setting. With this new setting, the values will be converted to RGB in cases where the input data has three bands and the photometric interpretation is one of CMYK, YCbCr, CIELab, or ICCLab.Notice to full build users
If you have been using the full build of the library, we now include this full build in the release package. This should mean stable URLs that you can point to in a
<script>tag. See the https://openlayers.org/download/ page for more detail.Deprecation of
ol/AssertionErrorand error codesFuture versions will no longer throw
ol/AssertionErrorwith an errorcode. Instead, they will throwErrorwith just the error message.Updating parameters in
ol/source/ImageWMSandol/source/TileWMSThe
updateParams()method is the only way to update WMS parameters. Changes made directly to theparamsobject passed as a constructor option will have no effect.List of all changes
See below for a complete list of features and fixes.
- Fix control styles on Full Screen Mobile example (by
@mike-000in openlayers/openlayers#14079)- Include the full build in the ol package (by
@openlayersin openlayers/openlayers#14067)- Add support for auto conversion to RGB (by
@tschaubin openlayers/openlayers#14066)- Avoid stuck maps when resolving views from a GeoTIFF (by
@tschaubin openlayers/openlayers#14064)- GeoTIFF mask support (by
@tschaubin openlayers/openlayers#14063)- Use preferred tile.openstreetmap.org URL (by
@Firefishyin openlayers/openlayers#14062)- Clarify proj4 version (by
@ahocevarin openlayers/openlayers#14061)- Fix register import (by
@openlayersin openlayers/openlayers#14059)- Clone the WMS params option (by
@mike-000in openlayers/openlayers#14048)- Clear cache when WebGL tile layer source reset (by
@mike-000in openlayers/openlayers#14015)- Consider both tracing directions when within snap tolerance (by
@tschaubin openlayers/openlayers#14057)- Fix WebGL preload and empty reproj tiles (by
@mike-000in openlayers/openlayers#14051)- Avoid rate limits from the GitHub API (by
@tschaubin openlayers/openlayers#14056)- Support tracing with the draw interaction (by
@tschaubin openlayers/openlayers#14046)- Improve some examples (by
@MoonEin openlayers/openlayers#14039)- Show how to use Skypack (by
@ahocevarin openlayers/openlayers#14038)- Update to bootstrap 5.2 (by
@MoonEin openlayers/openlayers#13996)- Move assertion messages into code and deprecate AssertionError (by
@ahocevarin openlayers/openlayers#14030)- New URL to check for latest release (by
@tschaubin openlayers/openlayers#14025)- Link to latest 6.x release (by
@tschaubin openlayers/openlayers#14026)- Do not display TileJSON attributions if empty string (by
@mike-000in openlayers/openlayers#14023)- Updates for the 7.0.0 release (by
@openlayersin openlayers/openlayers#14019)
... (truncated)
Commits
3b5e95bUpdates for the 7.1.0 releasebd2ffd9Merge pull request #14079 from mike-000/full-screen-mobiled3a7a28update css pathc5b1369update css path90f9539Fix control styles8cc8cddMerge pull request #14067 from openlayers/embrace-legacy45480c7Add upgrade note about full build URLse1bac72Make full build iife only, with external geotiff.js and ol-mapbox-style8a9bf4aSupport a script tag only for the full build1614a27Minify and use cjs extension- 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)
@dependabot rebase
Superseded by #4778.