Re: [OpenLayers-Dev] Problems parsing gml:boundedBy with Format.GML.v2

2009-02-05 Thread Gorka López Rivacoba
Hello, Thanks for your response, Tim. >Out of curiosity, why do you want to write gml:boundedBy? I have an application that read a gml (that contains this label) and edit the geometries. When I save the file, the file must contain label (like the original file) In this label the SRS is

Re: [OpenLayers-Dev] Problems parsing gml:boundedBy with Format.GML.v2

2009-02-03 Thread Tim Schaub
Hey- Tim Schaub wrote: > Hey- > > Gorka López Rivacoba wrote: >> *Hello,** * >> >> *I'm using OpenLayers 2.6, but my problem is the same with OpenLayers >> 2.7. I load a GML layer in OpenLayers and then I try to serialize it:* >> >> var formatter = new OpenLayers.Format.GML.v2({ >>

Re: [OpenLayers-Dev] Problems parsing gml:boundedBy with Format.GML.v2

2009-02-03 Thread Tim Schaub
Hey- Gorka López Rivacoba wrote: > *Hello,** * > > *I'm using OpenLayers 2.6, but my problem is the same with OpenLayers > 2.7. I load a GML layer in OpenLayers and then I try to serialize it:* > > var formatter = new OpenLayers.Format.GML.v2({ > featureType: "demo"}); > va

[OpenLayers-Dev] Problems parsing gml:boundedBy with Format.GML.v2

2009-02-03 Thread Gorka López Rivacoba
*Hello,** * *I'm using OpenLayers 2.6, but my problem is the same with OpenLayers 2.7. I load a GML layer in OpenLayers and then I try to serialize it:* var formatter = new OpenLayers.Format.GML.v2({ featureType: "demo"}); var gml = formatter.write(layerEditable.features); aler