× Forum for the GPXTrackMap Content Plugin for Joomla! 2.5 and 3.x

some small problems

fingeradmin replied the topic: some small problems

11 years 9 months ago

Hi Sergio,

about the avgspeed* variables: this can happen when there are no timestamps in the track file - i'll add code to initialize them properly. Thanks!

EDIT: if you insert this block:

$avgspeeddown_kmh = '';
$avgspeeddown_mph = '';
$avgspeeddown_kn = '';
$avgspeedup_kmh = '';
$avgspeedup_mph = '';
$avgspeedup_kn = '';

at line #734 in gpxtrackmap.php, this should fix the problem (already did it here for the next release)

about waypoints: i edit them with BaseCamp, and that adds in a <desc> tag, which will contain plain text (and this works). The program you use seems to write <description> tags that the plugin currently does not recognize (it looks for the <desc> tags). Also it uses CDATA to wrap the text as HTML, which BaseCamp doesn't... Which software do you use?

Could you send me the gpx file directly?

cheers, Frank

Last edit: 11 years 9 months ago by fingeradmin. Reason: added fix

Please Log in to join the conversation.

sergio created the topic: some small problems

11 years 9 months ago

-- some errors in the top of the article in joomla

-- display of waypoints
my track.GPX does not work
my GPX does not contain

and

need to modify the code?

-- waypoint descrption
=> with another display this code works

Last edit: 11 years 9 months ago by sergio.

Please Log in to join the conversation.

Powered by Kunena Forum