<blockquote class="quote light-black dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">Stephen Woodbridge wrote:</div>
<div class="quote-message">
Has anyone put together a application that allows for the creation, 
storing and editing of geometry based on these tools? Beyond the 
examples. What are you using for the backend storage? It seems like the 
two backends that I have seen mentioned are geoserver and feature 
server, others? do either of these support postGIS as the data store?
</div>
</div></blockquote>


<br>
<br>
I have build an application, that uses a database with WKT-geometry (Access DB, SQLite). Mapserver can (via OGR) show the geometry and with serverside scripting I'm able to write the WKT-string and attributes.
<br>
<br>

With the editingtools of OpenLayers it's possible to create or modify the geometry without great skills (support for WKT!). 
<br>
<br>

To modify a geometry, i use a WMS GetFeatureRequest to get the WKT-string from the database and draw it on a vectorlayer. After changing the geometry with the modifing tool I get the WKT-string and update the database. Deleting a recordset is only based on a WMS GetFeatureRequest. 
<br>
<br>

It's also possible to add the editingtools to a WFS-layer. Then you can direct change the geometry! But this works only, when you not zoom while you edit a selected geometry (zoom updates the WFS-layer).
<br>
<br>

With the new features in OpenLayers (Google SphericalMercartor projection, WFS-layer with support for points, lines, polygons etc., modifing tool) it's easy to digitize data on top of google layers and for small datasets to store the data as WKT.
<br>
<br>

Many thanks to all, who made OpenLayers possible. Easy understandable but although powerful. I enjoy to work with it.
<br>
<br>

Mit freundlichen GrĂ¼ssen
<br>
<br>

Arnd Wippermann<br>
http://gis.ibbeck.de/ginfo/

<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Status-of-vector-creation-and-editing-tools-tf4531907.html#a12967471">Re: Status of vector creation and editing tools</a><br>
Sent from the <a href="http://www.nabble.com/OpenLayers-Dev-f16568.html">OpenLayers Dev mailing list archive</a> at Nabble.com.<br>