[UMN_MAPSERVER-USERS] How do I create a new shapeObj from a list of shapeobj?

2006-04-27 Thread Bryon Kenne
I am retrieving a list of shapes from a line shapefile file using the following code:for($x=0;$xcount($oShapeList);$x++){ $oSelectedShape = $oRelationLayer-getshape(-1, $oShapeList[$x]); array_push($oShapeObjectList,$oSelectedShape); }I want to merge this list of shapes into one shape (i.e. one

[UMN_MAPSERVER-USERS] How do I create a new shapeObj from a list of shapeobj?

2006-04-27 Thread Bryon Kenne
I am retrieving a list of shapes from a line shapefile file using the following code: for($x=0;$xcount($oShapeList);$x++) { $oSelectedShape = $oRelationLayer-getshape(-1, $oShapeList[$x]); array_push($oShapeObjectList,$oSelectedShape); } I want to merge this list of shapes into one shape

[UMN_MAPSERVER-USERS] Unix Installer Instructions

2006-01-05 Thread Bryon Kenne
There are installers for MS4W and Linux (i.e. FGS), but does any body have any instructions, procedures or install packages for a few of the UNIX flavors. We are writing an application that, if installed on a Unix box, will require a web server, mapserver, and Postgre/PostGIS. Any help would be