Skip to content

Commit

Permalink
update mapwriter plugin from 0.20.0 to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Sep 12, 2024
1 parent 26a7eaf commit 323963a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wahoomc/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ def download_tooling():
macOS
- check for mapwriter plugin and download if not existing
check here for new mapwriter plugin version: https://github.com/mapsforge/mapsforge
"""
map_writer_filename = 'mapsforge-map-writer-0.20.0-jar-with-dependencies.jar'
mapwriter_plugin_url = os.path.join('https://search.maven.org/remotecontent?filepath=org/mapsforge/mapsforge-map-writer/0.20.0', map_writer_filename)
map_writer_filename = 'mapsforge-map-writer-0.21.0-jar-with-dependencies.jar'
mapwriter_plugin_url = os.path.join('https://search.maven.org/remotecontent?filepath=org/mapsforge/mapsforge-map-writer/0.21.0', map_writer_filename)

# Windows
if platform.system() == "Windows":
Expand Down

0 comments on commit 323963a

Please sign in to comment.