There are lots of gpx data out there. using google map, Kml data loading and displaying is easy. the code is:
var ctaLayer = new google.maps.KmlLayer('http://gmaps-samples.googlecode.com/svn/trunk/ggeoxml/cta.kml');
ctaLayer.setMap(this.mMap);
but, I want to make a gpx data display on the google map. I know I can use babel, the converter, it's a software not library.
I have no idea what's the best way to display gpx data on google map. making converter using php(duplicated file), or making loader using javascript... --;
my current programming language is php for server.
any good idea or comment please~~~