Skip to content

Commit 0172200

Browse files
committed
update dependency mapwriter plugin to 0.25.0
1 parent 507a741 commit 0172200

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_download_macos_files(self):
186186
"""
187187
if platform.system() != "Windows":
188188
path = os.path.join(str(constants.USER_DIR), '.openstreetmap', 'osmosis',
189-
'plugins', 'mapsforge-map-writer-0.21.0-jar-with-dependencies.jar')
189+
'plugins', 'mapsforge-map-writer-0.25.0-jar-with-dependencies.jar')
190190

191191
if os.path.exists(path):
192192
os.remove(path)

wahoomc/downloader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def download_tooling():
119119
120120
check here for new mapwriter plugin version: https://github.com/mapsforge/mapsforge
121121
"""
122-
map_writer_filename = 'mapsforge-map-writer-0.21.0-jar-with-dependencies.jar'
123-
mapwriter_plugin_url = 'https://search.maven.org/remotecontent?filepath=org/mapsforge/mapsforge-map-writer/0.21.0/' + map_writer_filename
122+
map_writer_filename = 'mapsforge-map-writer-0.25.0-jar-with-dependencies.jar'
123+
mapwriter_plugin_url = 'https://search.maven.org/remotecontent?filepath=org/mapsforge/mapsforge-map-writer/0.25.0/' + map_writer_filename
124124

125125
# Windows
126126
if platform.system() == "Windows":

0 commit comments

Comments
 (0)