go.geojson

Encoding and decoding GeoJSON <-> Go

MIT License

Stars
289
Committers
11
go.geojson - v1.5.0 Latest Release

Published by paulmach over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/paulmach/go.geojson/compare/v1.4...v1.5.0

go.geojson - retag of v1.4

Published by paulmach about 6 years ago

go.geojson - decode bbox attribute

Published by paulmach about 6 years ago

go.geojson - Fix marshalling when structs are values, vs. pointers.

Published by paulmach about 7 years ago

go.geojson - Feature.ID -> interface{}

Published by paulmach almost 8 years ago

Fixes the "Feature.ID can be string or a number" is reals this time. See https://github.com/paulmach/go.geojson/pull/5

go.geojson - Feature.ID -> json.Number

Published by paulmach almost 8 years ago

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

go.geojson - Geometry can be scanned from string based db result

Published by paulmach about 8 years ago

go.geojson - Initial Stable Release

Published by paulmach almost 9 years ago