Skip to content

Commit

Permalink
adding retainDownload to func call - it is a local variable and must …
Browse files Browse the repository at this point in the history
…be called
  • Loading branch information
jafshin committed Jan 29, 2024
1 parent 7d32028 commit ee28f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkGenerator.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ makeNetwork<-function(city, outputFileName = "test"){
# Downloading OSM
if (downloadOsm) {
echo(paste0("Downloading OSM extract for ", city, "\n"))
getOsmExtract(region, outputCrs, regionBufferDist, osmGpkg)
getOsmExtract(region, outputCrs, regionBufferDist, osmGpkg, retainDownload)
}

# Processing OSM, or loading existing layers if not required
Expand Down

0 comments on commit ee28f7d

Please sign in to comment.