You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the search control UI, including a custom search handler with a
geonames.org example, localization for search messages, non-Latin character
search support, and multiple search-link handling. The search panel grabs
focus on mouse enter and stays open until dismissed.
Add HTMLMapmlViewerElement.zoomToExtent(xmin, ymin, xmax, ymax) to support
custom search handler development.
Fixes
Harden pasted-content handling
Add missing UK locale keys.
Build / Tooling
Update Node to v22 LTS, add Playwright browser caching, prevent npm ci from
installing browsers, and ignore postinstall scripts.
Other
Make zoom/reload control icons bolder to match the search icon; update
screenshots accordingly.
Commits
Harden pasted-content handling; add missing UK locale keys (4f191331)
Fix search control placement when added via controlslist="search" after map
creation (d99a1564)
Update Node to v22 LTS; add Playwright browser caching; prevent npm ci from
installing browsers; ignore postinstall scripts (b0a44a28)