Thread Locked This thread is locked - replies are not allowed.



Permlink Replies: 1 - Pages: 1 - Last Post: 26 Dec 24, 10:06 Last Post By: Laza Threads: [ Previous | Next ]
phil44

Posts: 153
Registered: 18-Jun-2010
Minor bug report (avoids loading of GPX tracks)
Posted: 25 Dec 24, 22:46
In util.js, function getMapOverlayFiles, the file filter is bugged at line 5303 :
if (!f.isDirectory()) return false;
makes the filter to reject all plain files :(

I suppose that the initial intent was to reject folders and let the following lines to reject unwanted files. so the correct line would be:
if (f.isDirectory()) return false;

See in Tiger 6.1.2

Edited by: phil44 on 26 Dec 2024, 09:08 (title clarification)
Laza

Posts: 1,429
Registered: 6-Sep-2005
Re: Minor bug report (avoids loading of GPX tracks)
Posted: 26 Dec 24, 10:06   in response to: phil44 in response to: phil44
Thanks for spotting this bug! The next release will come with the fix.
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums