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
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({
>>
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
*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