mastervanleeuwen / J-TrackGallery

GPS Track Gallery component for Joomla
https://mastervanleeuwen.github.io/J-TrackGallery/
6 stars 0 forks source link

Bug/typo in com_jtg/helpers/gpsClass.php #59

Closed noelada closed 11 months ago

noelada commented 12 months ago

Hi Marco, Line 193 causes an error if a route is in the GPX file being added. The line should read: $npt = count($this->route[$nrt-1]->coords);

Cheers, Noel. PS: I have fixed this in our site so not urgent.

mastervanleeuwen commented 11 months ago

Hi Noel,

Thanks for localising the bug. I have included the fix in the latest pre-release:

https://github.com/mastervanleeuwen/J-TrackGallery/releases/tag/0.9.34-rc34

Best regards, Marco.