Packages
geo
0.13.0
4.1.0
4.0.1
4.0.0
3.6.0
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.8
3.3.7
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.18.0
0.17.0
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.0
0.13.0
0.12.0
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.2
0.7.1
0.6.1
0.5.1
Encodes and decodes WKB, WKT, and GeoJSON formats.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# v0.13.0
* Enhancements
* Added PostGIS function macros for use in Ecto Queries. Currently only the OpenGIS ones
* Breaking
* `Geo.PostGIS` is now `Geo.PostGIS.Extension`
* Changed from Jazz to Poison for JSON encoding and decoding
# v0.12.0
* Enhancements
* Geo.PostGIS is now a Postgrex Extension
* Updated to work with latest version of Ecto
# v0.11.2
* Bug fixes
* Correctly decoding WKB strings that caused invalid geometries to be produced when there is one element in a multi geometry
# v0.11.1
* Bug fixes
* Fixed bug when decoding multi geometry wkb with one geometry inside would cause a crash
# v0.11.0
* Enhancements
* Created structs for the supported geospatial types (Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection)
* GeoJson module will encode the srid as a crs property if an srid exists
* Backwards incompatible changes
* Removed the Geometry struct. Use one of the geometry type structs instead
* The base coordinate pairs are now tuples ({0,0} instead of [0,0])