Skip to main content

Efficient web map tkinter canvas

Project description

Tkmap widget

Efficient web map canvas for tkinter.

pypi

Support this project

Liberapay receiving Paypal me

Install

Version 0.1

python -m pip install tkinter-map

Developpment version

python -m pip install git+https://github.com/Moustikitos/tkinter-map.git@master

Requirement

If you plan to use Tkmap widget with map providers sending JPEG-based tiles, it is recommended to install the tcl package tkimg. Binaries can be extracted in .tcl directory at the root of tkmap package (ie the one containing the __init__.py module).

Use

>>> from tkmap import widget, model
>>> canvas = widget.Tkmap()
>>> canvas.pack(fill="both", expand=True)
>>> canvas.open(model.OpenStreetMap(), zoom=10, location=(48.645272, 1.841411))

Tkmap widget

Features

  • Tile set:
    • Google map
    • Google satellite
    • Open Street map
    • Mapbox satellite
  • Custom map
  • Zoom, pan and fast pan mouse action
  • Latitude longitude pixel location
  • Tile caching

Ongoing work

  • Location format and projection

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkinter-map-0.1.2.tar.gz (12.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page