Skip to content

Commit 5d13b5b

Browse files
authored
Merge pull request #26 from stijnherreman/patch-1
Indicate that 3D geometries are not supported.
2 parents 6a1ed07 + 950f876 commit 5d13b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DbGeography dbGeographyPoint = point.ToDbGeography();
6767

6868

6969
## GeoJSON.Net.Contrib.Wkb
70-
Allows conversion from / to Wkb binary types.
70+
Allows conversion from / to Wkb binary types. Only 2D geometries are supported, attempting to convert a 3D geometry will throw an `Exception`.
7171

7272
[NuGet package](https://www.nuget.org/packages/GeoJSON.Net.Contrib.Wkb):
7373
`Install-Package GeoJSON.Net.Contrib.Wkb`

0 commit comments

Comments
 (0)