Skip to content

Commit 87ee1a6

Browse files
jiayuasuwgtmac
andauthored
Update Geospatial.md
Co-authored-by: Gang Wu <ustcwg@gmail.com>
1 parent e83d03a commit 87ee1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Geospatial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ the presence of invalid values. An invalid geospatial value refers to any of
9999
the following: `NaN`, `null`, `does not exist` (e.g., LINESTRING EMPTY), or
100100
`out of bounds` (e.g., `x < -180` or `x > 180` for `GEOGRAPHY` types):
101101

102-
* X and Y: Skip any invalid X or Y value and processing the remaining X or Y
102+
* X and Y: Skip any invalid X or Y value and continue processing the remaining X or Y
103103
values. Do not produce a bounding box if all X or all Y values are invalid.
104104

105105
* Z: Skip any invalid Z value and continue processing the remaining Z values.

0 commit comments

Comments
 (0)