Closed naogify closed 1 month ago
getClusterExpansionZoom が、callback から、promise を使うような変更があり、クラスタリングクリック時のズームが効かなくなっていたので修正しました。
getClusterExpansionZoom
callback
⚠️ 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
getClusterExpansionZoom
が、callback
から、promise を使うような変更があり、クラスタリングクリック時のズームが効かなくなっていたので修正しました。Related to https://github.com/maplibre/maplibre-gl-js/pull/3421
Fixes #396