OpenCOP / geoserver

Custom GeoServer Extensions
5 stars 0 forks source link

wfshtml: Multi-geometries don't appear to work #7

Closed ghost closed 12 years ago

ghost commented 12 years ago

I've been testing points and polygons pretty extensively and they work well. Just started looking at a multipolygon layer and it doesn't seem to want to save the geometry. My guess is that the OpenLayers.Control.DrawFeature needs to be configured to for multi so that the WFS-T request can be built correctly.

ghost commented 12 years ago

Set the multi option during the OpenLayers.Control.DrawFeature initialization. Looks good to me.