Carlo,<br><br>If you are already using mapscript in some form (perl, PHP etc), I think it is *possible* to perform editing with MapServer.&nbsp; WFS wouldn't need to be employed if you're doing this with your own data, and within a Mapserver only environment.
<br><br>Something you'd have to decide is...&nbsp; on the client end, would you be drawing the shape with the client side?&nbsp; Or do you expect to have server calls and map refreshes between every mouse click?&nbsp; Do you need to see a node move? 
<br><br>Either way, the MapServer side of things is the same.&nbsp; You can create a feature in a new layer as points, lines etc... and then when you are done, you can save as a shapefile on the server.&nbsp; What you do with it after that is again up to you.&nbsp; For editing points - you have to get a shape, get it's line, and then get the point object for that node.&nbsp; I havn't tried this - it's just from looking at the mapscript class guide.
<br><br>For modifying features, I suspect that using SVG/Canvas (newest Firefoxes) or VML (IE) would greatly enhance the tool and make it user-friendly on the client end.&nbsp; To me, this side of things is more difficult.<br>
<br>Liz<br> <br><div><span class="gmail_quote">On 2/6/06, <b class="gmail_sendername">Davelaar, Hilbert</b> &lt;<a href="mailto:Hilbert.Davelaar@wur.nl">Hilbert.Davelaar@wur.nl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Carlo,<br><br>As far as I know WFS in MapServer is restricted to non-transactional WFS (client/server), so it's not possible to add editing capabilities I think.<br><br>Cheers,<br>Hilbert<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----Oorspronkelijk bericht-----
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Van: UMN MapServer Users List namens Carlo Calvino<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Verzonden: ma 6-2-2006 16:02<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aan: <a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU">MAPSERVER-USERS@LISTS.UMN.EDU</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CC:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Onderwerp: [UMN_MAPSERVER-USERS] MapServer editing capabilities
<br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hello everybody,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I make use of mapserver 4.6 and pmapper (a graphic tool written in<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mapscript/javascript) as a web client. It works very well. Now I would<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;like to add editing capabilites, but I have no idea how to achieve this
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;goal. Could anyone help me?<br><br><br></blockquote></div><br>