Re: Suggested Enhancements - 4. Dots in kml file name, Gabor Vincze

Posted by Peter Effeney on
URL: http://maprun.308.s1.nabble.com/Suggested-Enhancements-tp3p29.html

Thanks for that.

The system uses a "Regular Expresssion" (RegExp) in matching results to events. A RegExp is a pattern matching methodology ... but certain characters have special meanings eg ^, *, +, (, ) , [, ], . etc.

Some of these are valid in filenames so the system does not reject them... but then fails to work correctly.

I will add better checking on filenames/event names.