Skip to content
  • David Zhao's avatar
    9b9fa2e4
    Bug#11761559 SUPPORT OGC STANDARD WKT FOR MULTIPOINT · 9b9fa2e4
    David Zhao authored
    Issue:
    
    Our WKT parser doesn't allow multipoint provided in this form: MULTIPOINT((0 0), (1 1)),
    but this format was defined by OGC as standard WKT format for multipoints.
    
    Fix:
    
    Allow above format, and also allow the old format: MULTIPOINT(0 0, 1 1),
    but do not allow the mixture of both formats in the same multipoint geometry.
    And at the same time, output multipoint WKT in OGC standard format.
    9b9fa2e4
    Bug#11761559 SUPPORT OGC STANDARD WKT FOR MULTIPOINT
    David Zhao authored
    Issue:
    
    Our WKT parser doesn't allow multipoint provided in this form: MULTIPOINT((0 0), (1 1)),
    but this format was defined by OGC as standard WKT format for multipoints.
    
    Fix:
    
    Allow above format, and also allow the old format: MULTIPOINT(0 0, 1 1),
    but do not allow the mixture of both formats in the same multipoint geometry.
    And at the same time, output multipoint WKT in OGC standard format.
Loading