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

set_position returns math domain error when using East asian coordiantes. #59

Closed Mr-RainC0at closed 1 year ago

Mr-RainC0at commented 1 year ago

self.map_widget.set_position(126.974304, 37.293692)

returns a math domain error, I apologize I'm not math savvy enough to know why.

Mr-RainC0at commented 1 year ago

I apologize, the coordinates are used in the opposite order in my language. Simply switching the positions was fine.