JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
Other
37 stars 19 forks source link

Bug fix when Draw is created and Control added to Map #49

Closed ericj974 closed 1 year ago

ericj974 commented 1 year ago

Bug fix for Control when adding to map

ericj974 commented 1 year ago

Ok, accepted your updates re Marker._onMove. However, I would try to keep consistency of the data format. To notice: for _onMove:

for _onMoveEnd

JaWeilBaum commented 1 year ago

This is interesting - did not come a cross this yet... My fault here! Definetly this should be consitent as well!

JaWeilBaum commented 1 year ago

@ericj974 I'm sorry for this. Just checkd some projects which use these events, all of them rely on latLng and I'll adjust to what you proposed!

ericj974 commented 1 year ago

Ok @JaWeilBaum, otherwise I can do it. Thanks for being responsive, actively using your repo :)

JaWeilBaum commented 1 year ago

Always happy to see people using it and working on it as well. Version 0.9.1 should be available now :)