We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d19bd commit dcd3a57Copy full SHA for dcd3a57
wahoomc/downloader.py
@@ -126,7 +126,7 @@ def download_tooling():
126
if not os.path.isfile(OSMOSIS_WIN_FILE_PATH):
127
log.info('# Need to download Osmosis application for Windows')
128
download_file(OSMOSIS_WIN_FILE_PATH,
129
- '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',
130
get_tooling_win_path('Osmosis', in_user_dir=True))
131
132
if not os.path.isfile(get_tooling_win_path('osmfilter.exe', in_user_dir=True)):
0 commit comments