Skip to content

Commit

Permalink
Transportation is now href
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 18, 2021
1 parent 901b5ba commit 16b14e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/get_tiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ get_tiles <- function(bbox,
services %in% names(list_of_services)))

method <- vector("list")
method$href <- c("3DEPElevation", "USGSNAIPPlus")
method$href <- c("3DEPElevation", "USGSNAIPPlus", "transportation")
method$img <- list_of_services[!(list_of_services %in% method$href)]

tif_files <- c("3DEPElevation")
Expand Down
2 changes: 1 addition & 1 deletion R/hit_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hit_national_map_api <- function(bbox,
}

method <- vector("list")
method$href <- c("3DEPElevation", "USGSNAIPPlus")
method$href <- c("3DEPElevation", "USGSNAIPPlus", "transportation")

first_corner <- bbox@bl
second_corner <- bbox@tr
Expand Down

0 comments on commit 16b14e1

Please sign in to comment.