geolonia / embed

Embed API for Geolonia Maps
https://geolonia.github.io/embed/
5 stars 3 forks source link

クラスタリングクリック時のズームが効かなくなっていたので修正 #398

Closed naogify closed 1 month ago

naogify commented 4 months ago

getClusterExpansionZoom が、callback から、promise を使うような変更があり、クラスタリングクリック時のズームが効かなくなっていたので修正しました。

⚠️ Changed the GeoJSONSource's getClusterExpansionZoom, getClusterChildren, getClusterLeaves methods to return a Promise instead of a callback usage (#3421)

Related to https://github.com/maplibre/maplibre-gl-js/pull/3421

Fixes #396