tkintermapview
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: tkintermapview | ||
| Version: 1.21 | ||
| Version: 1.22 | ||
| Summary: A python Tkinter widget to display image tile maps like OpenStreetMap or Satellite Images. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/TomSchimansky/TkinterMapView |
+1
-1
@@ -12,3 +12,3 @@ from setuptools import setup | ||
| setup(name="tkintermapview", | ||
| version="1.21", | ||
| version="1.22", | ||
| author="Tom Schimansky", | ||
@@ -15,0 +15,0 @@ license="Creative Commons Zero v1.0 Universal", |
| Metadata-Version: 2.1 | ||
| Name: tkintermapview | ||
| Version: 1.21 | ||
| Version: 1.22 | ||
| Summary: A python Tkinter widget to display image tile maps like OpenStreetMap or Satellite Images. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/TomSchimansky/TkinterMapView |
@@ -1,2 +0,2 @@ | ||
| __version__ = "1.21" | ||
| __version__ = "1.22" | ||
@@ -3,0 +3,0 @@ from .map_widget import TkinterMapView |
@@ -44,2 +44,6 @@ import tkinter | ||
| def set_position_list(self, position_list: list): | ||
| self.position_list = position_list | ||
| self.draw() | ||
| def add_position(self, deg_x, deg_y, index=-1): | ||
@@ -46,0 +50,0 @@ if index == -1: |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
107850
0.11%1454
0.21%