Opened 11 years ago
Closed 10 years ago
#885 closed defect (fixed)
OGR Provider: allow for estimated OGR extent in GetExtent
Reported by: | gabrimonfa | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.8.0 |
Component: | FDO API | Version: | 3.8.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
In file OgrProvider.cpp, function GetExtent() the call to the ogr function GetExtent is done passing bForce=TRUE.
In a recent ogr commit (that will appear in gdal 1.11) when bForce is FALSE, a fast path is used to return an estimated extent instead of the expensive true one.
IMHO this should be the default path thus I proposed to flip the bForce parameter from TRUE to FALSE to allow the use of the estimated extent
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | OGR_GetExtent_EstimatedExtent.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with FDO RFC 69 implementation (r7156)
Note:
See TracTickets
for help on using tickets.
Patch to change bForce from TRUE to FALSE in calling OGR GetExtent