gpx plugin 0.7
Fixed a few more bugs :)
Added support for FF2 and Opera. The VE api doesn’t support these directly at the moment so it has to be conned into running them. Works fine in FF2, but Opera seems a bit more fussy. It works in Opera, but not quite as smoothly. AFAIK microsoft are updating the api to support FF2 in the very near future. No idea if the same is true of Opera.
Swapped over to V4 of the virtual earth API. This supports funky 3D map displays providing you’re using XP+IE7
Added a couple of methods of listing all the GPX files held, but these won’t really be adequate if you have lots.
Next on the list is to move over to proper XML on the AJAX stuff. At the moment I really on sending back Javascript from the server, that the browser then executes using eval. It’s simple, but not very portable, so I need to move over to correctly parsing XML responses instead.
I also want to try a 3D fly though of a GPX route for no other reason than it will look cool :)