mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ avoid creating duplicate attributes
This commit is contained in:
parent
f7bd53c0d3
commit
85192afe2b
@ -386,6 +386,7 @@ void postgis_datasource::bind() const
|
||||
case 701: // float8
|
||||
case 1700: // numeric
|
||||
desc_.add_descriptor(attribute_descriptor(fld_name, mapnik::Double));
|
||||
break;
|
||||
case 1042: // bpchar
|
||||
case 1043: // varchar
|
||||
case 25: // text
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user