Hello,  i modified the vector-formats.html example to include the GPX format
support. When I load an existing gpx file it is show in the map but after
drawing some features I don't see the serialized version.

I don´t know if I have to change the options for this type of vector layer.

I only add this new lines of code to the original file.

            formats = {
              'in': {
                gpx: new OpenLayers.Format.GPX(in_options)
              },
              'out': {
                gpx: new OpenLayers.Format.GPX(out_options)
              }
            };

Thanks

-- 
FJRicca

<http://picasaweb.google.es/fjricca>
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to