- Handles missing CRS and closes #11 h/t @elipousson for reporting
- Returns warning message when
esriFieldBlob
is encountered #6 - Fixes bug where an error occured when a query returned no rows #8
- Adds
tests/
to.Rbuildignore
to pass CRAN checks
- Addresses CRAN removal for failing to compile on Fedora.
- Addresses MSRV requirement by replacing
std::cell::OnceCell
withonce_cell::sync::OnceCell
- Fix parsing of dates and small integers
- Add minimal integration tests with
{arcgislayers}
- Bump version of extendr-api to 0.7.0 to avoid r-devel warnings
- Fixes a bug where sfg class was not assigned for empty geometries.
multi_resp_body_pbf()
becomesresps_data_pbf()
to be more inline withhttr2
release- Fixes a bug when processing a list of protocol buffers that contain tables
- Initial CRAN submission.