Skip to content

Commit

Permalink
Update NEWS.md, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Nov 14, 2019
1 parent f202c81 commit d642cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# bcdata (development version)

# bcdata 0.1.1.9999

* More reliable detection of layer name for a wfs call in `bcdc_query_geodata()` (#129, #138, #139)
* Fixed a bug where `BBOX()` used in a `filter()` statement combined with `bcdc_query_geodata()` did not work (#135, #137)
* Add `mutate` method for bcdc_promise that only fails and suggest an alternative approach. (PR#134)
* Fixed a bug where layer names with a number in them would not work in `bcdc_query_geodata()` (#126, #127)
* Add back in querying vignette

# bcdata 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-edge-cases.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("recods with wms but inconsistent layer_name, object_name fieldds work

# https://github.com/bcgov/bcdata/issues/129
# layer_name = WHSE_ADMIN_BOUNDARIES.ADM_NR_DISTRICTS_SPG
# objec_name = WHSE_ADMIN_BOUNDARIES.ADM_NR_DISTRICTS_SP
# object_name = WHSE_ADMIN_BOUNDARIES.ADM_NR_DISTRICTS_SP
# wms uses layer_name (generalized)
expect_is(bcdc_query_geodata("natural-resource-nr-district"), "bcdc_promise")
})

0 comments on commit d642cf2

Please sign in to comment.