TomSchimansky / TkinterMapView

A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.
Creative Commons Zero v1.0 Universal
621 stars 85 forks source link

Location based movement #88

Closed SurafelTesfaye closed 7 months ago

SurafelTesfaye commented 1 year ago

Hi I am using tkintermapview for my project, so far everything went very well. I was using Matlab mapping toolbox but I found this quite handy. My issue is, I am able to read gpx coordinates (latitude and longitude) from other script. I want to draw those lines over the map like say I have a delivery guy moving in real-ime and seeing his location over this tkintermapview. It could be a dot or square or something moving over the map in real time.

kaledawit commented 8 months ago

Dear have you got a solution? Same problems.

SurafelTesfaye commented 7 months ago

Hey Kal no - I would say change your approach. I dont know what you are doing but I switched to Flask and Leaflet and works like charm