Archive forgpx plugin

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 :)

Comments

gpx plugin 0.4

Changes -

Hides track info div if no track exists.
Removed some div options.
Displays list of routes in the current map area.
Added combined lat/lon span 

Comments

gpx plugin 0.3

Hopefully this should have fixed a few of the bugs.
Changes:-

Tag names have changed to make them more visible in a page.
Only one page can support an actual map - fix in 0.4?
Virtual earth javascript only loads on required pages.
Fixed class div data not changing map dimensions.
Renamed deslash to ddeslash as a temp fix.
Added mime type text/plain in case broswer doesn’t upload as application/xml-gpx. 
More stuff put in classes rather than functions.
Fixed bug in eeens_gpx_view_url($tid)
Catch UTF8 encoding for left and right single/double quotes in javascript

Comments