With OL 2.13.1, I send a WFS GetFeature request and I add the features to 
a vector layer. It works but I have trouble with a layer that is a 
MultiCurve.
Here is a snippet of the response
<wfs:FeatureCollection
...

<gml:MultiCurve>
<gml:curveMember>
<gml:LineString>
<gml:posList>
-7903140.5994000006 5884323.7800000012 ......
</gml:LineString>
</gml:curveMember>
</gml:MultiCurve>

I don't have any error in the console but the features are not added.
Can we add features in a OpenLayers.Layer.Vector layer that come from a 
GML: MultiCurve?

Thanks
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to