Ticket #806 (closed enhancement: fixed)
Write access to the index parameter of a dynamic generated ShapeObj
| Reported by: | mapserver@… | Owned by: | mapserverbugs |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | MapScript-PHP | Version: | 4.3 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
PHP mapscript lacks of the ability to write the shapeindexes of a dynamic
generated ShapeObj like it exists e.g. in Perl Mapscript ( $shp->{index} = $id ).
The ability to set the shapeindex would avoid the error message below while
doing a querybypoint.
$layer->getShape($oRes->tileindex, $oRes->shapeindex);
Fatal error: [MapServer Error]: msINLINELayerGetShape(): No inline feature with
this index. in /home/nicol/mapserver/pkt-obj.php on line 140
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

