MovnaTeam / movna

Open-source training application.
GNU General Public License v3.0
0 stars 1 forks source link

Allow the user to interact with the map #22

Closed ronw98 closed 12 months ago

ronw98 commented 1 year ago

Currently the application moves and centers the map each time a new location is emitted by the geolocator package, preventing the user from interacting with the map (panning, zooming, rotating).

The goal of this issue is to modify the behavior of the map view so that the user can move freely in the map view. A "center on location" button using an appropriate icon must be added so that when the user clicks on it the map moves according to the current location. (see google maps behavior)