Skip to content

Commit 6fa8cfb

Browse files
committed
Add invalid WKB case
1 parent e4c327c commit 6fa8cfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Geospatial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,6 @@ calculations.
212212
include `LineString` with no coordinates (hex: `01 02 00 00 00 00 00 00
213213
00`) or `Polygon` with no coordinates (hex: `01 03 00 00 00 00 00 00 00`).
214214
* `Out-of-bounds coordinates`: Values that fall outside the valid range
215-
for `GEOGRAPHY` types. For example, `x < -180` or `x > 180`.
215+
for `GEOGRAPHY` types. For example, `x < -180` or `x > 180`.
216+
* Any invalid WKB representation of a geospatial instance, such as an empty
217+
string.

0 commit comments

Comments
 (0)