XtraBros / smart-itinerary-planner

Smart itinerary planner empowered by AI.
Apache License 2.0
0 stars 0 forks source link

[feature] Re-programme of the recenter button #40

Open wangchongyu opened 2 weeks ago

wangchongyu commented 2 weeks ago

When the user clicks the "recenter" button in the upper right corner, the map enters the "user focus mode," where the map’s viewpoint centers on the user’s location, and the map orientation aligns with the user’s current orientation.

zwzac commented 2 weeks ago

stopped auto recenter: d1e442d25419a65a252aa379c56357c1254bcaf0 Geolocate triggers now do not interact with the camera/map view at all. Remaining task: set a variable to track "focus mode" being active/inactive, and adjust the camera based on the mode.