dekart-xyz / dekart

Open-source backend for Kepler.gl
https://dekart.xyz
GNU Affero General Public License v3.0
203 stars 31 forks source link

[Feature] option to not change map view upon query refresh #169

Open ThomasEdwardRiley opened 8 months ago

ThomasEdwardRiley commented 8 months ago

Map view (center and zoom) are currently reset upon query refresh.

This automation makes sense and is very useful when layers have similar spatial distributions of elements or a query is executed for the first time.

However, when exploring a report by dragging and zooming, if a report is refreshed by a user or worse another team member, the map view changes.

Perhaps a button to automatically re-center/zoom the map view based on one or more query result sets or kepler.gl layers would be better, rather than triggering it upon query refresh.

cc @Martha-Braun