MatthewJWhittle / getarc

Other
3 stars 3 forks source link

crs argument for tables / no geometry causing error #23

Closed MatthewJWhittle closed 3 years ago

MatthewJWhittle commented 3 years ago

When querying a table or returning results without the geometry the crs argument causes and error. This is because st_transform doesn't work with tibbles. The transform shouldn't be run if a tibble is returned.

MatthewJWhittle commented 3 years ago

This should be fixed on development branch