[fdo-trac] #343: OGR select problem
FDO
trac_fdo at osgeo.org
Sat May 17 11:04:30 EDT 2008
#343: OGR select problem
----------------------------+-----------------------------------------------
Reporter: ksgeograf | Owner: traianstanev
Type: defect | Status: new
Priority: minor | Milestone: 3.4.0
Component: OGR Provider | Version: 3.3.1
Severity: 3 | Keywords:
External_id: |
----------------------------+-----------------------------------------------
The OGR provider only performs geometry intersection on the feature/filter
envelopes. When used in MapGuide, this results in selection and tooltips
acting on the objects envelope, rather than the actual feature. I have
previously submitted code that filters the unwanted features for
intersection tests that are not specified as "envelope intersects". That
code used GDal to perform the actual intersection test. The GDal version
supplied with FDO binaries does not have GEOS support, because it was
causing problems. So the provider is back to behaving odd for selection
and tooltips.
I have reworked the code to now use FdoSpatialUtil to perform the
intersection test.
The patch is attached.
--
Ticket URL: <https://trac.osgeo.org/fdo/ticket/343>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list