Hi All,
I just ran into this bug and found an alternate patch. I don't have access
to the issue tracker, so figured I would pass it along on the email list.
The following addition would be inserted between Ln 346 and 347 of the
OpenLayers.Format.GML class.
var dim = parseInt(nodeList[0].getAttribute("dimension"));
// Start Addition
if(!dim){
// http://en.wikipedia.org/wiki/Geography_Markup_Language
dim = parseInt(nodeList[0].getAttribute("srsDimension"));
}
// End Addition
var j, x, y, z;
Cheers,
David
_______________________________________________
Dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-dev