Changes between Initial Version and Version 2 of Ticket #9566
- Timestamp:
- Nov 10, 2008, 7:17:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9566
- Property Component Uncategorized → GIS
- Property Keywords gis geojson gdal added
- Property Milestone → post-1.0
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Summary GeoJSON regexes doesn't accept leading and trailing whitespace → GeoJSON regexes doesn't accept leading and trailing whitespace or GeometryCollections
-
Ticket #9566 – Description
initial v2 43 43 }}} 44 44 45 Oh, and did I mention because the `{` and `}` characters aren't accepted, it can't parse the GeoJSON of geometry collections. 46 45 47 Attached is patch that improves the GeoJSON regex situation in the GDAL and GEOS libraries.