padorange / pmx-bigmap

Assemble big map from slippy map servers, focus on openstreetmap (OSM) maps. Contain an python lib (bigmap) + a tkinter gui (pmx)
http://www.leretourdelautruche.com/pmwiki/index.php/Autruche/BigMap
15 stars 1 forks source link

Where can `bigtilemap.py`, needed by `pmx.py` and referenced in the `README.md`, be found? #3

Closed dreirund closed 6 months ago

dreirund commented 6 months ago

The README.md says

This project is composed of 2 sub-projects :

  • pmx.py, a GUI interface to explore maps and made fixed map ready to print
  • bigtilemap.py, a CLI interface to do the same

But bigtikemap.py I cannot find in the repository.

And just running python3 pmx.py fails with missing bigtilemap:

Traceback (most recent call last):
  File "/tmp/pmx-bigmap/pmx.py", line 89, in <module>
    import bigtilemap       # bigtilemap : handle downloading and assembling tiles
    ^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'bigtilemap'

Regards!

padorange commented 6 months ago

Sorry my mistake I should have correct it now and all files are in the repo Thanks for your vigilance

dreirund commented 6 months ago

Thanks, now it is solved.