Skip to content

Commit

Permalink
Oops... Stray browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed May 26, 2023
1 parent f7fa400 commit efb07fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_elev_point.R
Expand Up @@ -201,7 +201,7 @@ get_epqs <- function(locations, units = c("meters","feet"),
locations <- sp::spTransform(locations,
sp::CRS(SRS_string = ll_prj))
units <- paste0("&units=",units)
browser()

get_epqs_resp <- function(coords, base_url, units, progress = FALSE) {

Sys.sleep(0.001) #Getting non-repeateable errors maybe too many hits...
Expand Down

0 comments on commit efb07fb

Please sign in to comment.