Files
openlayers/tests/Format
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-10-25 11:24:55 -06:00
2012-06-14 12:44:20 +02:00
2012-07-20 09:19:20 +02:00
2012-10-23 14:24:48 -06:00
2012-02-15 10:02:33 +01:00
2012-06-13 08:58:09 +02:00