Hi, in a project i'm using the digitize-modul to do some client-side digitizing, which works really good. Now i want to select and edit some existing geometries, but without saving them back. Something like: - select an existing area via click - perform some action on this area (change geometry) - use this area to select other features (e.g. residents in a district)
my problem: - Mapbender wants an transactional WFS to do this (select via wfs) - i can set nonTransactionalEditable=true to select other wfs, but these are (of course) handled as editable, with the buttons enabled - i only want client-side editing, with no buttons to write changes back (which would fail) Is this possible with the existing sourcecode, am i missing something? If not, perhaps we should seperate the funcionalities in the next mapbender-version into strictly client-side work (digitize) and server-side (saving, updating). Thomas -- Thomas Baschetti - Systemanalyse Geographische Informationssysteme Hakenstraße 8D 49074 Osnabrück Tel: 0541 25 91 90 | mobil 01577 189 25 91 E-Mail: [email protected] www.thomas-baschetti.de Ust-IdNr.: DE264355072 _______________________________________________ Mapbender_dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapbender_dev
