Skip to content

chore(deps): upgrade OpenLayers to 10.9.0#116

Merged
ThomasHalwax merged 1 commit into
mainfrom
chore/openlayers-10.9
May 21, 2026
Merged

chore(deps): upgrade OpenLayers to 10.9.0#116
ThomasHalwax merged 1 commit into
mainfrom
chore/openlayers-10.9

Conversation

@ThomasHalwax
Copy link
Copy Markdown
Member

Summary

Upgrades OpenLayers from 10.7.0 to 10.9.0 — a minor bump with no breaking changes.

Changes

  • ol 10.7.0 → 10.9.0 (package.json ^10.9.0)

Breaking change review

OpenLayers' changelog/upgrade-notes.md documents no breaking changes, removed APIs or new deprecations for 10.8 or 10.9 — the last documented upgrade note is for 10.7.0, which we are already past. The only changes relevant to our usage are non-breaking behavior fixes:

  • Hit detection now accounts for the default stroke; VectorTile hit detection beyond tile boundaries corrected (we use VectorLayer, not VectorTile)
  • Trackpad pinch-to-zoom feel
  • Improved WebGL rendering precision when zoomed in (WebGLTile layer)

Our OpenLayers surface (~40 submodules: Map, View, Feature, geom/*, layer/*, source/*, interaction/Draw, format/GeoJSON|WMSCapabilities|WMTSCapabilities, proj, style) uses only stable, unchanged API.

Validation

  • npm run lint: clean
  • Full test suite: 332 passing
  • Manual check confirmed OK (map rendering, selection, drawing, WMS/WMTS layers)

Minor bump from 10.7.0 to 10.9.0. OpenLayers' upgrade-notes.md documents
no breaking changes, removed APIs or new deprecations for 10.8 or 10.9;
the only changes relevant to our usage are non-breaking behavior fixes
(hit-detection default stroke, trackpad zoom feel, WebGL precision).

Lint clean, full test suite (332) passes.
@ThomasHalwax ThomasHalwax linked an issue May 21, 2026 that may be closed by this pull request
@ThomasHalwax ThomasHalwax merged commit 23cb54e into main May 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update OpenLayers

1 participant