Ticket #3365 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

allow for multiline wkt

Reported by: tschaub Owned by: tschaub
Priority: minor Milestone: 2.12 Release
Component: Format.WKT Version: 2.10
Keywords: Cc:
State: Commit

Description

The WKT parser only allows for single line WKT. The WKT "spec" doesn't specify whether whitespace can include newline characters. Our parser could be made to parse multi-line WKT.

Attachments

3365.patch Download (1.4 KB) - added by tschaub 2 years ago.
parse multi-line wkt

Change History

Changed 2 years ago by tschaub

parse multi-line wkt

Changed 2 years ago by tschaub

  • state set to Review

Tests pass in Chrome 12 and IE 6.

Changed 2 years ago by erilem

  • state changed from Review to Commit

Changed 2 years ago by tschaub

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

(In [12098]) Enhance WKT parser to parse multi-line strings. r=erilem (closes #3365)

Note: See TracTickets for help on using tickets.