Skip to content

OpenPathView/OSM_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLeaflet

What is it ?

PyLeaflet is a PyGame based Python version of Leaflet, an OSM map reader. PyLeaflet is a desktop application which aim to be used by other desktop application for map stuff

What can it do ?

For now, not much, but when it will be finished, it should allow users to :

  • Download part of a map for offline use
  • Move the map to given coordinate
  • Add series of coordinate to draw a path
  • Lot of other fun thing I don't have in mind yet

How to install it ?

For now, the only dependency is PyGame, so here is how to install it :

For Ubuntu

sudo pip3 install -r requirements.txt
sudo apt-get install python3-tk

For Windows:

Download the installer on PyGame WebSite (be carefull to take the installer for python3)

How to use it ?

For the standalone version, run the main_test.py file

python3 main_test.py

For a in app use, let me the time to code it first

About

A Python version of Leaflet using PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages