add postgres int8 type to collected attributes - #384
This commit is contained in:
parent
5e16e04b28
commit
29afe237c8
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ postgis_datasource::postgis_datasource(parameters const& params)
|
|||
int type_oid = rs->getTypeOID(i);
|
||||
switch (type_oid)
|
||||
{
|
||||
case 20: // int8
|
||||
case 21: // int2
|
||||
case 23: // int4
|
||||
desc_.add_descriptor(attribute_descriptor(fld_name,mapnik::Integer));
|
||||
|
|
Loading…
Reference in a new issue