Dave

Results 263 comments of Dave

Saw your [comment](https://github.com/r-spatial/sf/issues/1683#issuecomment-852090425) . I'm actually struggling to compile sf on my M1 Mac. Are there any open issues I can read through to get it working?

is `null` a valid coordiante in geojson? ```r geojsonsf::geojson_sf('{"type":"Point", "coordinates":[1,null]}') ``` --- > because the 'null' is not an OGC standard ah, you said this. --- In that case, this...

If you want to avoid setting the `null` to zero and would rather omit it, then `geojsonsf` can handle this ```r geojson

When using a column of hex colours, it doesn't make sense to have a legend, because the colours aren't mapped to a variable, so there is nothing to put in...

perhaps using `sfheaders` here is helpful? ```r sfheaders::sf_cast(d, to = "POINT") # Simple feature collection with 3 features and 0 fields # Geometry type: POINT # Dimension: XY # Bounding...

can you link the Google Docs showing the `strictBounds` argument please?

I've added a branch `issue254` with the `strict_bounds` argument added. Can you please test it to see if it works for you? ```r remotes::install_github("SymbolixAU/googleway", ref = "issue254") ```

Can you provide some code I can run to reproduce this error?

I don't understand waht that file is showing me - have you meant to upload raw html? ![Screenshot 2021-06-03 at 7 52 12 am](https://user-images.githubusercontent.com/8093396/120557010-a16a9580-c440-11eb-8bad-136556ac1d34.png)