v0.0.2
Added
- 2 letter country codes, continents, regions and subregions to output.
- Type
Rgeo
and functionNew
to parse the JSON and create the polygons ahead of time so it doesn't need to be done every timeReverseGeocode
is run.
Changed
- Moved to using s2 Polygons instead of just s2 Loops.
- Using github.com/go-test/deep for nicer printing in tests.