Hi all, I'm using PHP-Mapscript with GEOS (Mapserver 5) to get a WKT-String from a POSTGIS-Table:
$mywkt = $shpobj->toWKT(); Everything works fine for POLYGON, LINESTRING and POINT - tables. If I try the "toWKT()" Method for MULTIPOLYGON-Tables I get back a POLYGON WKT-String. What can I do? Thanks, Sven
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
