Skip to content

Commit

Permalink
Revert Windows part of "[DEV] Update dependencies osmosis and mapwrit…
Browse files Browse the repository at this point in the history
…er plugin incl. documenation (#236)"

This very partly reverts commit f15aa86.
  • Loading branch information
treee111 committed Oct 14, 2024
1 parent e1dd1c5 commit f6a7087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wahoomc/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def download_tooling():
if not os.path.isfile(OSMOSIS_WIN_FILE_PATH):
log.info('# Need to download Osmosis application for Windows')
download_file(OSMOSIS_WIN_FILE_PATH,
'https://github.com/openstreetmap/osmosis/releases/download/0.49.2/osmosis-0.49.2.zip',
'https://github.com/openstreetmap/osmosis/releases/download/0.48.3/osmosis-0.48.3.zip',
get_tooling_win_path('Osmosis', in_user_dir=True))

if not os.path.isfile(get_tooling_win_path('osmfilter.exe', in_user_dir=True)):
Expand Down

0 comments on commit f6a7087

Please sign in to comment.