Changes between Initial Version and Version 1 of Ticket #5718, comment 2


Ignore:
Timestamp:
Apr 24, 2024, 8:45:06 PM (2 months ago)
Author:
mdavis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5718, comment 2

    initial v1  
    1 Also an error in GEOS:
     1GEOS has same behaviour:
    22{{{
    33bin/geosop -a 0101000000000000000000F8FF000000000000F8FF isValid
    44true
    55}}}
     6
     7This 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
     9So this is probably a Won't Fix in GEOS.