support boolean type reporting in postgis plugin
This commit is contained in:
parent
01d5768cea
commit
560f5718c3
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@ void postgis_datasource::bind() const
|
||||||
switch (type_oid)
|
switch (type_oid)
|
||||||
{
|
{
|
||||||
case 16: // bool
|
case 16: // bool
|
||||||
|
desc_.add_descriptor(attribute_descriptor(fld_name,mapnik::Boolean));
|
||||||
|
break;
|
||||||
case 20: // int8
|
case 20: // int8
|
||||||
case 21: // int2
|
case 21: // int2
|
||||||
case 23: // int4
|
case 23: // int4
|
||||||
|
|
Loading…
Add table
Reference in a new issue