Closed CeresBarros closed 2 years ago
We need to change httr::config throughout this and other modules to be able to download KNN layers. Solution:
httr::config
httr::config(ssl_verify)
httr::with_config()
Fixed in 7d8c16a05d0a051e48384f12efd995fe91339182
We need to change
httr::config
throughout this and other modules to be able to download KNN layers. Solution:httr::config(ssl_verify)
and wrap problematic prepInputs calls intohttr::with_config()