Skip to content

Commit 07026f5

Browse files
committed
Minor README.md edits
1 parent ab95ce3 commit 07026f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Linq2db PostGIS Extensions
2-
C# .NET Standard 2.0 library with OGC extensions methods on geometry (`NpgsqlTypes.PostgisGeometry` or `NetTopologySuite.Geometries.Geometry`) instances, providing access to [PostGIS](http://postgis.net/) functions on server side while using [linq2db](https://github.com/linq2db/linq2db) LINQ to database provider (lightweight ORM).
2+
.NET Standard 2.0 library with OGC extensions methods on geometry (`NpgsqlTypes.PostgisGeometry` or `NetTopologySuite.Geometries.Geometry`) instances, providing access to [PostGIS](http://postgis.net/) functions on server side while using [linq2db](https://github.com/linq2db/linq2db) LINQ to database provider (lightweight ORM).
33

44
### Two implementations
55

@@ -92,10 +92,8 @@ Depends on [linq2db](https://github.com/linq2db/linq2db), [Npgsql](https://githu
9292
* Run application, view table data along with PostGIS functions results in console output.
9393

9494
### TODOs
95-
* Implement more of PostGIS spatial methods.
96-
* Support of PostGIS `geography` data type.
97-
* More tests for methods.
98-
* Tests for edge / corner cases of inputs.
95+
* Implement full set of PostGIS methods.
96+
* Add support for PostGIS `geography` data type.
9997

10098
### References
10199
* [PostGIS Reference](https://postgis.net/docs/manual-3.0/reference.html)

0 commit comments

Comments
 (0)