Opened 19 months ago
Closed 19 months ago
#1139 closed defect (fixed)
GeoJSON writer crashes on empty points
Reported by: | caspervdw | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.10.1 |
Component: | Default | Version: | main |
Severity: | Unassigned | Keywords: | |
Cc: |
Description
When writing an empty point (or a collection containing one), the GeoJSON writer crashes. Yes, empty points. Again.
Change History (4)
comment:1 by , 19 months ago
comment:4 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Related ticket in GDAL: https://trac.osgeo.org/gdal/ticket/6349
GDAL writes “null” for empty points. Not sure what they do in collections.