Fixed kivy mapview bugs

This commit is contained in:
Mark Qvist 2023-10-21 22:27:09 +02:00
parent 14e3b20f31
commit d7a1c8c507
2 changed files with 71 additions and 7 deletions

View file

@ -10,6 +10,7 @@ from mapview.types import Bbox, Coordinate
from mapview.view import (
MapLayer,
MapMarker,
CustomMapMarker,
MapMarkerPopup,
MapView,
MarkerMapLayer,