Ticket #113 (closed defect: wontfix)

Opened 5 years ago

Last modified 3 years ago

WKT reader doesn't throw a ParseException on mixed dimensions

Reported by: strk@… Owned by: strk
Priority: major Milestone: 3.2.0
Component: Core Version: 2.2.3
Severity: Content Keywords: imported,phpbugtracker
Cc: mloskot

Description (last modified by mloskot) (diff)

LINESTRING(0 0, 1 1 1) should be considered invalid WKT as it uses 2 dimensions for first point and 3 dimensions for second point.

Change History

Changed 4 years ago by benjubb@…

isn't the Z assumed to be NaN if not specified?  

Changed 4 years ago by mloskot

  • cc mloskot added
  • description modified (diff)

Changed 4 years ago by mloskot

  • version changed from 3.0.0 to 2.2.3
  • milestone imported deleted

Changed 4 years ago by mloskot

  • priority changed from 1 to major
  • severity changed from Annoyance to Content

Changed 4 years ago by mloskot

  • owner strk@… deleted
  • status changed from assigned to new

Changed 3 years ago by pramsey

  • milestone set to 3.2.0

Changed 3 years ago by pramsey

  • owner set to strk

Fix it if you still care, close it if you don't.

Changed 3 years ago by strk

Couldn't care less. But I don't like cover-ups :) Maybe milestone to 3.3.0 ?

Changed 3 years ago by strk

  • status changed from new to closed
  • resolution set to wontfix

Actually I checked JTS and there's no exception thrown there either. Let's forget about this, for stricted JTS followup.

Note: See TracTickets for help on using tickets.