Hi,

I have a issue with display of this kml files.
I have a solution which save the kml files on the ocal machine.
When I use this code

kmlLayer = new OpenLayers.Layer.GML("KML", kmlFeedUrl, {
      projection: new OpenLayers.Projection("EPSG:4326"),
                      format: OpenLayers.Format.KML,
                      formatOptions: {
                        extractStyles: true,
                        extractAttributes: true
                        }
      });

the route will not display.
I make no request to the gosmore server.
Can anyone help?

Thanks
Andy