Skip to content

Releases: whosonfirst/go-whosonfirst-spatial

0.0.13

16 Dec 21:05
Compare
Choose a tag to compare
  • Change interfaces to remove all GeoJSON stuff.

0.0.12

16 Dec 00:09
Compare
Choose a tag to compare
  • Update properties.AppendPropertiesWithJSON to account for empty prefixes properly.

0.0.11

15 Dec 00:09
Compare
Choose a tag to compare
  • Update vendor deps, specifically whosonfirst/go-whosonfirst-geojson-v2 to v0.14.0.

0.0.10

14 Dec 22:00
Compare
Choose a tag to compare
  • Replace all instances of go-whosonfirst-spatial/geojson with paulmach/geojson.go
  • Add geo/geojson.go for doing contains stuff

0.0.9

14 Dec 21:02
Compare
Choose a tag to compare
  • Update to use paulmach/go.geojson for geometries.

0.0.8

10 Dec 19:25
Compare
Choose a tag to compare
  • Remove -strict flag
  • Better formatting for Schemes() methods
  • Better error reporting when creating new spatial application.

0.0.7

09 Dec 17:40
Compare
Choose a tag to compare
  • Ensure aaronland/go-roster instance when invoking database or properties Schemes method.

0.0.6

09 Dec 16:41
Compare
Choose a tag to compare
  • Change SpatialDatabase interface to modifying order of arguments and to allow multiple filter arguments.
  • Move database/rtree to its own go-whosonfirst-spatial-rtree package.
  • Refactor flags package and move http/www stuff in to go-whosonfirst-spatial-http package.

0.0.5

09 Dec 16:37
Compare
Choose a tag to compare
  • DISREGARD THIS RELEASE.

0.0.4

07 Dec 14:12
Compare
Choose a tag to compare
  • Add geo.NewCoordinate and geo.NewBoundingBox methods
  • Update geo.IsValid... methods