[OpenLayers-Users] Parsing / Rendering MultiGeometry from WFS fails

Marco Scheuble mail at marco-scheuble.de
Thu Jan 10 06:56:34 PST 2013


Hi All,

the data I'm retrieving from a geoserver-WFS isn't rendered. With other
WFS-data of the server I don't have a problem. 

If I look at the respective features in the DOM, all atributes got values
but the geometry hasn't!
So I would blame it on the geometry-attribute/format of the wfs?!

Maybe anyone can evaluate that?

cheers, Marco

-------------------------------------------
...
<topp:GEOMETRIE_1>
  <gml:MultiGeometry srsDimension="2"
srsName="http://www.opengis.net/gml/srs/epsg.xml#21781">
    <gml:geometryMember>
      <gml:Polygon srsDimension="2">
        <gml:exterior>
          <gml:LinearRing srsDimension="2">
	        <gml:posList>707149.9 232617.7 707151.0 232616.6 707187.7 232623.6
707237.7 232647.4 707381.9 232695.7 707381.9 232698.6 707354.5 232689.3
707224.3 232643.3 707187.1 232627.0 707149.9 232617.7</gml:posList>
	      </gml:LinearRing>
		</gml:exterior>
	  </gml:Polygon>
    </gml:geometryMember>
  </gml:MultiGeometry>
</topp:GEOMETRIE_1>
...
<topp:GEOMETRIE_1>
  <gml:MultiGeometry srsDimension="2"
srsName="http://www.opengis.net/gml/srs/epsg.xml#21781">
    <gml:geometryMember>
	  <gml:Point srsDimension="2">
	    <gml:pos>707468.1 232520.4</gml:pos>
	  </gml:Point>
    </gml:geometryMember>
  </gml:MultiGeometry>
</topp:GEOMETRIE_1>
...
-------------------------------------------



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Parsing-Rendering-MultiGeometry-from-WFS-fails-tp5026671.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list