add postgres int8 type to collected attributes - #384

This commit is contained in:
Dane Springmeyer 2009-10-22 21:42:40 +00:00
parent 5e16e04b28
commit 29afe237c8

View file

@ -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));