Skip to content

Commit

Permalink
correct resulting epsg crs
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Feb 4, 2022
1 parent 45e72a3 commit af9717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test_that("crs checking from wfs service works correctly", {
layers = "seabed_substrate_1m",
cql_filter = "country='Baltic Sea'")

expect_equal(sf::st_crs(l_data[[1]])$input, "+init=epsg:3034")
expect_equal(sf::st_crs(l_data[[1]])$input, "epsg:3034")
})


Expand Down

0 comments on commit af9717b

Please sign in to comment.