add mapnik::Boolean type so we can report attributes with boolean type - closes #795

This commit is contained in:
Dane Springmeyer 2011-07-11 22:34:08 +00:00
parent 57827813fb
commit a726787a40

View file

@ -34,8 +34,9 @@ enum eAttributeType {
Float =2,
Double =3,
String =4,
Geometry=5,
Object=6
Boolean =5,
Geometry=6,
Object=7
};
class attribute_descriptor