Ticket #3878 (closed defect: fixed)
getFeatureInfo fails on Oracle data source with FEATURE_COUNT lower results (record out of range)
| Reported by: | astrid_emde | Owned by: | tamas |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0.1 release |
| Component: | Input - Native Oracle Spatial Support | Version: | 6.0 |
| Severity: | critical | Keywords: | featureInfo Oracle |
| Cc: | s.senn@…, tamas, jmckenna, dmorissette |
Description
We perform a WMS getFeatureInfo Request on an Oracle data source.
- in the request FEATURE_COUNT=100 is defined (so I expect 100 results at the most)
- at the position of the featureInfo there are more then 100 objects
- I would exprect, that MapServer gets 100 results and ignores the rest
- but instead of the featureInfo result I get an error msOracleSpatialLayerGetShape record out of rang
We get the following error:
msSetError( MS_ORACLESPATIALERR, "msOracleSpatialLayerGetShape record out of range","msOracleSpatialLayerGetShape()" );
This looks like the line in the code where the error occurs: see line 2398: http://trac.osgeo.org/mapserver/browser/trunk/mapserver/maporaclespatial.c#L2398
Change History
Note: See
TracTickets for help on using
tickets.
