Skip to content

Commit 950f876

Browse files
Indicate that 3D geometries are not supported.
1 parent 6a1ed07 commit 950f876

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)