[Fdo-trac] [fdo-trac] #885: OGR Provider: allow for estimated OGR extent in GetExtent
FDO
trac_fdo at osgeo.org
Thu Apr 3 00:23:04 PDT 2014
#885: OGR Provider: allow for estimated OGR extent in GetExtent
--------------------------+-------------------------------------------------
Reporter: gabrimonfa | Owner: gregboone
Type: defect | Status: new
Priority: major | Milestone: 3.8.0
Component: FDO API | Version: 3.8.0
Severity: 3 | Keywords:
External_id: |
--------------------------+-------------------------------------------------
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
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/885>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list