0.50
joergschultzelutter
released this
13 Apr 10:56
·
58 commits
to master
since this release
Added:
parser_test.py
will collect all external dependencies in case they are missing on the user's hard drive. You can now rum initialmpad
tests without starting the daemon first.posmsg
command output now receives a static image of the user's position along with a red marker
Updated:
- repeatermap.de URL was outdated; updated to new URL
- airport data URL was outdated; updated to new URL
- all external file names have now been defined in the
mpad_config.py
file for easier modification access
❗IMPORTANT CHANGES - read carefully❗
- The previously used external
mgrs.py
module has been replaced by PyPi's mgrs module; if you have installed MPAD in the past, please ensure to delete the localmgrs.py
installation on your hard drive. - Installations on Linux may now require new external dependencies
libgeos-dev
andlibopenjp2-7
pillow
/py-staticmaps
fixed version dependency; needs to be resolved at a later point in time, see flopp/py-staticmaps#32