JuliaGeo / GeoJSON.jl

Utilities for working with GeoJSON data in Julia
https://juliageo.org/GeoJSON.jl/stable/
MIT License
68 stars 10 forks source link

Fix example in README.md #83

Closed alex-s-gardner closed 7 months ago

alex-s-gardner commented 7 months ago

First example in ReadMe does not work.

Initial reading of bytes required before calling GeoJSON.read.

visr commented 7 months ago

What JSON3 release are you on? It needs to be 1.13 or higher for this to work, see #77. Or do you have a certain path that is not recognized as a file path?

alex-s-gardner commented 7 months ago

OK, it seems that the ReadMe is ahead of the stable release and that this issues is fixed in the main but not in v0.7.2.

Could we bump the version to prevent confusion?

visr commented 7 months ago

Yeah sure, I didn't at the time since no code changed here besides a compat bound, and I figured most people would get the latest JSON3 minor release anyway.

visr commented 7 months ago

Closing this, I triggered the release of v0.7.3 in becfc84b9e2a99231b5860297327baafff9d0fde.