Releases: whosonfirst/go-whosonfirst-spatial
Releases · whosonfirst/go-whosonfirst-spatial
0.0.13
- Change interfaces to remove all GeoJSON stuff.
0.0.12
- Update
properties.AppendPropertiesWithJSON
to account for empty prefixes properly.
0.0.11
- Update vendor deps, specifically
whosonfirst/go-whosonfirst-geojson-v2
to v0.14.0.
0.0.10
- Replace all instances of
go-whosonfirst-spatial/geojson
withpaulmach/geojson.go
- Add
geo/geojson.go
for doing contains stuff
0.0.9
- Update to use
paulmach/go.geojson
for geometries.
0.0.8
- Remove
-strict
flag - Better formatting for
Schemes()
methods - Better error reporting when creating new spatial application.
0.0.7
- Ensure
aaronland/go-roster
instance when invoking database or propertiesSchemes
method.
0.0.6
- Change
SpatialDatabase
interface to modifying order of arguments and to allow multiplefilter
arguments. - Move
database/rtree
to its owngo-whosonfirst-spatial-rtree
package. - Refactor
flags
package and move http/www stuff in togo-whosonfirst-spatial-http
package.
0.0.5
- DISREGARD THIS RELEASE.
0.0.4
- Add
geo.NewCoordinate
andgeo.NewBoundingBox
methods - Update
geo.IsValid...
methods