[ms4w-users] executeWFSGetfeature()
Dzilberte Bekode
jancis2 at yahoo.com
Fri May 23 16:24:37 EDT 2008
Hi
I'm trying to find out how to handle WFS with Mapscript.
executeWFSGetfeature() doesn't work. Return empty string
My dhtml file.
<?php
dl('php_mapscript.dll');
$map_path="/ms4w/apps/test/";
$map = ms_newMapObj($map_path."lol.map");
$layer = ms_newLayerObj($map);
$GMLname = $layer->executeWFSGetfeature();
?>
<HTML>
<HEAD>
<TITLE>Example 1: Displaying a map</TITLE>
</HEAD>
<BODY>
<?php echo $GMLname; ?>
</BODY>
</HTML>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20080523/bc91b3e4/attachment.html
More information about the ms4w-users
mailing list