Files
openlayers/lib/OpenLayers
Marc Jansen 798d2b2cb7 Fix exporting empty vector layers to OWSContext.
When a vector layer is exported to an OWSContext document, we throw an
exception when the layer contains no features, and the geometries are to be
exported inside of an InlineGeometry-element.

This commit fixes this behaviour by exporting sth. like this in such cases:

<Layer name="vector" hidden="0">i
  <ows:Title xmlns:ows="http://www.opengis.net/ows"/>
  <InlineGeometry/>
</Layer>
2012-11-20 10:38:25 +01:00
..
2012-08-22 23:59:11 +02:00
2012-03-30 23:20:21 +03:00
2012-03-30 08:44:59 +02:00
2012-08-21 13:57:11 +02:00
2012-08-18 18:56:36 +02:00
2012-10-02 13:30:47 +02:00