[Lemon-commits] hegyi: r3248 - glemon/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Thu Mar 29 14:17:36 CEST 2007
Author: hegyi
Date: Thu Mar 29 14:17:36 2007
New Revision: 3248
Modified:
glemon/trunk/mapstorage.cc
Log:
Bugfix
Modified: glemon/trunk/mapstorage.cc
==============================================================================
--- glemon/trunk/mapstorage.cc (original)
+++ glemon/trunk/mapstorage.cc Thu Mar 29 14:17:36 2007
@@ -643,7 +643,7 @@
}
}
}
- if(shapemap!="")
+ if(shapemap!="Default values")
{
if((minOfNodeMap(shapemap)>=0)&&(maxOfNodeMap(shapemap)<=4))
{
More information about the Lemon-commits
mailing list