Skip to content

Commit

Permalink
disabling parallization as workaround for #16175
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 13, 2025
1 parent 8d18cca commit 4063b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/osmWebWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def build(self):
"-t", "100",
"-d", "background_images",
"-l", "-300",
"-a", "Mozilla/5.0 (X11; Linux x86_64) osmWebWizard.py/1.0 (+https://github.com/eclipse-sumo/sumo)",
]
try:
os.chdir(self.tmp)
Expand Down
2 changes: 1 addition & 1 deletion tools/tileGet.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_options(args=None):
help="print download urls and filenames instead of requesting from tile server")
optParser.add_option("-z", "--max-zoom", type=int, default=17, dest="maxZoom",
help="restrict maximum zoom level")
optParser.add_option("-j", "--parallel-jobs", type=int, default=8,
optParser.add_option("-j", "--parallel-jobs", type=int, default=0,
help="Number of parallel jobs to run when downloading tiles. 0 means no parallelism.")

URL_SHORTCUTS = {
Expand Down

0 comments on commit 4063b07

Please sign in to comment.