linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
94 stars 17 forks source link

feat(landing): store the maps bounds to provide a better bounding box intersection #3346

Closed blacha closed 2 months ago

blacha commented 2 months ago

Motivation

The filter layer intersection logic is currently guessing the extent that the user is viewing

Modifications

Store the extent that the user is looking at when the map pans

Verification

tested locally

Wentao-Kuang commented 2 months ago

Looks all good to me. Just wondering could we use capture-aerial multiploygon for intersection instead of the extent bounding box?