New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tkintermapview

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tkintermapview - pypi Package Compare versions

Comparing version
1.21
to
1.22
+1
-1
PKG-INFO
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

@@ -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: