Changes between Version 15 and Version 16 of ZooWebSite/Demo/WFS-T
- Timestamp:
- Dec 2, 2010, 10:05:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/WFS-T
v15 v16 13 13 <!--<a href="#ZOOMapServerWFS-TSupportusingOGR" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Create line" name="createline" onclick="toggleControl(this);"><span class="ui-icon createline"></span>Create line</a>--> 14 14 <a href="#ZOOMapServerWFS-TSupportusingOGR" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Create polygon" name="createpolygon" onclick="try{modify.unselectFeature(editable.features[0]);}catch(e){};modify=new OpenLayers.Control.ModifyFeature(editable);map.addControl(modify);previousMode='NONE';editMode='Insert';mapControls.select=modify;toggleControl(this);"><span class="ui-icon createpolygon"></span>Create polygon</a> 15 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all zoo-action" title="Delete geometry" name="delete" onclick="previousMode=editMode;editMode='Delete';saveWFSTEdit();"><span class="ui-icon delete"></span>Delete geometry</a>15 <a href="#ZOOMapServerWFS-TSupportusingOGR" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all zoo-action" title="Delete geometry" name="delete" onclick="previousMode=editMode;editMode='Delete';saveWFSTEdit();"><span class="ui-icon delete"></span>Delete geometry</a> 16 16 </div> 17 17 </div> … … 35 35 == ZOO !MapServer WFS-T Support user guide == 36 36 37 * Click on the select tool, 38 * Select a feature by clicking on a displayed geometry, 39 * Update informations : attributes and/or geometry, 40 * Click on the Save button at the bottom of the editing window to validate and save your modifications, or close the window to cancel your edition. 37 * Adding new feature 38 * Click on "Create polygon" button on the upper toolbar, 39 * Draw your polygon, double-click to finalise drawing and add the feature, 40 * Edit feature attributes fields using the window form, 41 * Clik on "Save" button at the end of the form to insert your new feature. 42 * Editing a feature : 43 * Click on the "Select" button on the upper toolbar, 44 * Select a feature by clicking on a displayed geometry, 45 * Update informations : attributes and/or geometry, 46 * Click on the "Save" button at the bottom of the editing window to validate and save your modifications, or close the window to cancel your edition. 47 * Deleting feature : 48 * Click on the select tool, 49 * Select a feature by clicking on a displayed geometry, 50 * Click on the delete tool. 41 51 42 52 == Description ==