Skip to content

Commit

Permalink
followup to 69fb17c - make sure to report literal in descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 5, 2012
1 parent 8b73d85 commit 65b1968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/input/postgis/postgis_datasource.cpp
Expand Up @@ -389,6 +389,7 @@ void postgis_datasource::bind() const
case 1042: // bpchar
case 1043: // varchar
case 25: // text
case 705: // literal
desc_.add_descriptor(attribute_descriptor(fld_name, mapnik::String));
break;
default: // should not get here
Expand Down

0 comments on commit 65b1968

Please sign in to comment.