Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-geoflow/geoflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 20, 2023
2 parents 2d18a76 + 35dc436 commit 5e7bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_entity.R
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ geoflow_entity <- R6Class("geoflow_entity",
srcType = "shp"
}else if(any(endsWith(zip_files$filename, ".csv"))){
srcType = "csv"
}else if(any(endsWIth(zip_files$filename, ".tif"))){
}else if(any(endsWith(zip_files$filename, ".tif"))){
srcType = "tif"
}
config$logger.info(sprintf("Resolving sourceType from zip list: '%s'", srcType))
Expand Down

0 comments on commit 5e7bb26

Please sign in to comment.