add mapnik::Boolean type so we can report attributes with boolean type - closes #795
This commit is contained in:
parent
57827813fb
commit
a726787a40
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue