Further Information

Select-Code for PolygonFeatures:
/var features = wfs_polygon.selectedFeatures;/

Select-Code for MPolygonFeatures:
/var MPolyFeature = wfs_mpolygon.selectedFeatures;/

Routine for Selection:
/       var choice = new OpenLayers.Control.SelectFeature(
                [wfs_mpolygon, wfs_polygon, wfs_line, wfs_point],
                {
                    title: "fSelect",
                    displayClass: "olControlSelectFeature",
                    clickout: true, 
                    toggle: false,
                    multiple: true, 
                    hover: false,
                    multipleKey: "ctrlKey" 
                }
            );/

Kind regards,
vGIS



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Cannot-delete-MultiPolygons-completely-tp5004085p5004188.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to