Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d24bad8

Browse files
committed
Specify required version of geo
1 parent 691eec2 commit d24bad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,17 +341,17 @@ and `FromSql` implementations for `eui48`'s `MacAddress` type.
341341
### POINT type
342342

343343
[POINT](https://www.postgresql.org/docs/9.4/static/datatype-geometric.html#AEN6799)
344-
support is provided optionally by the `with-geo` feature, which adds `ToSql` and `FromSql` implementations for `geo`'s `Point` type.
344+
support is provided optionally by the `with-geo` feature, which adds `ToSql` and `FromSql` implementations for `geo`'s `Point` type. Requires `geo` version 0.4.
345345

346346
### BOX type
347347

348348
[BOX](https://www.postgresql.org/docs/9.4/static/datatype-geometric.html#AEN6883)
349-
support is provided optionally by the `with-geo` feature, which adds `ToSql` and `FromSql` implementations for `geo`'s `Bbox` type.
349+
support is provided optionally by the `with-geo` feature, which adds `ToSql` and `FromSql` implementations for `geo`'s `Bbox` type. Requires `geo` version 0.4.
350350

351351
### PATH type
352352

353353
[PATH](https://www.postgresql.org/docs/9.4/static/datatype-geometric.html#AEN6912)
354354
support is provided optionally by the `with-geo` feature, which adds `ToSql` and `FromSql` implementations for `geo`'s `LineString` type.
355-
Paths converted from LineString are always treated as "open" paths. Use the
355+
Paths converted from LineString are always treated as "open" paths. Requires `geo` version 0.4. Use the
356356
[pclose](https://www.postgresql.org/docs/8.2/static/functions-geometry.html#FUNCTIONS-GEOMETRY-FUNC-TABLE)
357357
geometric function to insert a closed path.

0 commit comments

Comments
 (0)