Changes between Initial Version and Version 1 of Ticket #5718, comment 2
- Timestamp:
- 04/24/24 20:45:06 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #5718, comment 2
initial v1 1 Also an error in GEOS:1 GEOS has same behaviour: 2 2 {{{ 3 3 bin/geosop -a 0101000000000000000000F8FF000000000000F8FF isValid 4 4 true 5 5 }}} 6 7 This is because `POINT(NaN Nan)` is used as the WKB representation for `POINT EMPTY` (since WKB doesn't actually provide a representation for an empty POINT). 8 9 So this is probably a Won't Fix in GEOS.