jbelien/MapFile-Generator

Import of Map File

Closed this issue · 1 comments

Reading existing map files fails as I suspect the END delimiters are missing.

eg

CLASS
   stuff
END # CLASS

Works, but

CLASS
   stuff
END 

Fails

Most probably linked to #5