Re: [OpenLayers-Users] boundedBy undefined with GML with defined boundedBy

2009-07-31 Thread bartvde
Hi, IIRC OpenLayers does not read the boundedBy of the whole FeatureCollection, only of individual features. I've added my own custom patch but it's only for GML v3, maybe you can do something similar for GML.v2. --- lib/OpenLayers/Format/GML/v3.js 2009-06-12 14:12:20.0 +0200 +++

[OpenLayers-Users] boundedBy undefined with GML with defined boundedBy

2009-07-30 Thread Spirifer
Hello, I'm trying to get the boundedBy of a whole feature collection (in this example there is only on feature). I follow this exemple http://trac.openlayers.org/ticket/1613 var g = new OpenLayers.Format.GML.v2(options); var features = g.read(response.responseXML ||