Skip to content

Releases: paulmach/go.geojson

v1.5.0

08 Jul 23:59
1bf186a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4...v1.5.0

retag of v1.4

05 Oct 17:08
a5c451d
Compare
Choose a tag to compare
Merge pull request #13 from rubenv/bbox-unmarshal

Make sure bounding boxes survive geometry unmarshalling

decode bbox attribute

29 Aug 18:21
a5c451d
Compare
Choose a tag to compare
Merge pull request #13 from rubenv/bbox-unmarshal

Make sure bounding boxes survive geometry unmarshalling

Fix marshalling when structs are values, vs. pointers.

25 Oct 18:09
Compare
Choose a tag to compare

Feature.ID -> interface{}

09 Nov 19:28
Compare
Choose a tag to compare

Fixes the "Feature.ID can be string or a number" is reals this time. See #5

Feature.ID -> json.Number

09 Nov 06:39
Compare
Choose a tag to compare

A feature identifier (aka. id) should be included and can be either a string or a number as explained in the GeoJSON spec RFC-7946

Geometry can be scanned from string based db result

10 Oct 18:00
Compare
Choose a tag to compare
Merge pull request #3 from gojuno/fix-scan

Geometry can be scanned from string

Initial Stable Release

10 Dec 01:54
Compare
Choose a tag to compare
v1.0

geometry.Scan for direct postgis query -> geojson