treee111 / wahooMapsCreator

Create maps for Wahoo device based on latest OSM maps
247 stars 25 forks source link

[FEAT] Read tag-wahoo.xml and tags-to-keep.json from user directory first (from python module as fallback) #170

Closed treee111 closed 1 year ago

treee111 commented 1 year ago

This PR…

Considerations and implementations

Lately a lot of people played around with tags-to-keep and tag-wahoo .xml files. To do that one had to 1. clone/download the repo or 2. make changes in the python module installation controlled by PyPI. The advice is now more than ever to install via PyPI and put user specific files in the unser directory of wahooMapsCreator!

How to test

  1. initialize via wahoomc.init
  2. run for your country or X/Y
  3. adjust a file in the user directory
  4. run again, check if the change is visible in logging or the generated maps

Pull Request Checklist