Add missing break
This commit is contained in:
parent
f1d9a18bc9
commit
d4b85f55f9
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ public:
|
|||
// PRAGMA table_info is used so here we assume the column is a string
|
||||
// which is a lesser evil than altogether dropping the column
|
||||
desc.add_descriptor(mapnik::attribute_descriptor(fld_name, mapnik::String));
|
||||
break;
|
||||
|
||||
case SQLITE_BLOB:
|
||||
if (geometry_field.empty()
|
||||
|
|
Loading…
Reference in a new issue