Skip to content

Commit dcd3a57

Browse files
committed
[FIX] Windows: Revert Windows part of "[DEV] Update dependencies osmosis and mapwriter plugin incl. documenation (#236)"
This very partly reverts commit f15aa86.
1 parent e5d19bd commit dcd3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wahoomc/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def download_tooling():
126126
if not os.path.isfile(OSMOSIS_WIN_FILE_PATH):
127127
log.info('# Need to download Osmosis application for Windows')
128128
download_file(OSMOSIS_WIN_FILE_PATH,
129-
'https://github.com/openstreetmap/osmosis/releases/download/0.49.2/osmosis-0.49.2.zip',
129+
'https://github.com/openstreetmap/osmosis/releases/download/0.48.3/osmosis-0.48.3.zip',
130130
get_tooling_win_path('Osmosis', in_user_dir=True))
131131

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

0 commit comments

Comments
 (0)