Changes between Initial Version and Version 2 of Ticket #9566


Ignore:
Timestamp:
Nov 10, 2008, 7:17:10 PM (15 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9566

    • Property Component UncategorizedGIS
    • Property Keywords gis geojson gdal added
    • Property Milestonepost-1.0
    • Property Owner changed from nobody to jbronn
    • Property Triage Stage UnreviewedAccepted
    • Property Summary GeoJSON regexes doesn't accept leading and trailing whitespaceGeoJSON regexes doesn't accept leading and trailing whitespace or GeometryCollections
  • Ticket #9566 – Description

    initial v2  
    4343}}}
    4444
     45Oh, and did I mention because the `{` and `}` characters aren't accepted, it can't parse the GeoJSON of geometry collections.
     46
    4547Attached is patch that improves the GeoJSON regex situation in the GDAL and GEOS libraries.
Back to Top