diff --git a/R/findWBD.R b/R/findWBD.R index b1378d6..dcf5061 100644 --- a/R/findWBD.R +++ b/R/findWBD.R @@ -80,7 +80,7 @@ findWBD = function(AOI, if(is.null(shp)){ - cat(crayon::white("\nQuery to large for REST Service...\nReverting to direct download...\nPlease be patient...\n\n")) + cat(crayon::white("\nQuery too large for REST Service...\nReverting to direct download...\nPlease be patient...\n\n")) AOI = HydroData:::findWBD_staged(AOI = AOI, level = level, crop = crop) return(report.wbd(AOI, ids = ids, crop = crop, level = level))