Mapsplitter Bug

luke_lee

14-02-2007 09:32:47

In file MapUtil.cpp from CVS

Line 888 and 1020 , the same code :

colormPureFilename += partofname + ".";
ExistingColorMap.load (colormPureFilename + "." + load_ext_name, mGroupName);

will add the dot twice.
I corrected it to :
colormPureFilename += partofname;
The tool worked well.

surfirst

15-02-2007 12:13:08

Yes, I found it too. Thank you for your correction.

tuan kuranes

24-02-2007 11:49:25

Thanks, fix in CVS now.