Skip to content

Commit

Permalink
Try to update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Sep 30, 2024
1 parent e4d40a5 commit 9e0ad12
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
Binary file modified data/esp_codelist.rda
Binary file not shown.
Binary file modified data/esp_tiles_providers.rda
Binary file not shown.
Binary file modified data/leaflet.providersESP.df.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/testthat/test-esp_getTiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ test_that("Custom WMS", {
skip_on_cran()
skip_if_offline()

segovia <- esp_get_prov_siane("segovia", epsg = 3857)
segovia <- esp_get_prov("segovia", epsg = 3857)
custom_wms <- list(
id = "new_cached_test",
q = paste0(
Expand Down Expand Up @@ -267,7 +267,7 @@ test_that("Custom WMTS", {
skip_on_cran()
skip_if_offline()

segovia <- esp_get_prov_siane("segovia", epsg = 3857)
segovia <- esp_get_prov("segovia", epsg = 3857)
custom_wmts <- list(
id = "cyl_wmts",
q = paste0(
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-esp_make_provider.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_that("Custom WMTS provider", {
skip_on_cran()
skip_if_offline()

segovia <- esp_get_prov_siane("segovia", epsg = 3857)
segovia <- esp_get_prov("segovia", epsg = 3857)
custom_wmts <- esp_make_provider(
id = "wmts_test",
q = "https://www.ign.es/wmts/ign-base?",
Expand All @@ -30,7 +30,7 @@ test_that("Custom WMS provider", {
# Skip test as tiles sometimes are not available
skip_on_cran()
skip_if_offline()
segovia <- esp_get_prov_siane("segovia", epsg = 3857)
segovia <- esp_get_prov("segovia", epsg = 3857)

custom_wms_11 <- esp_make_provider(
id = "wms_1.1",
Expand Down
Binary file modified vignettes/basic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/basic2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/basic3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/choro-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/giscoR-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/thematic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e0ad12

Please sign in to comment.