diff --git a/plugins/input/shape/dbfile.cpp b/plugins/input/shape/dbfile.cpp index 2c34c76ff..230320c76 100644 --- a/plugins/input/shape/dbfile.cpp +++ b/plugins/input/shape/dbfile.cpp @@ -167,7 +167,9 @@ void dbf_file::add_attribute(int col, mapnik::transcoder const& tr, mapnik::feat break; } case 'N': + case 'F': { + if (record_[fields_[col].offset_] == '*') { // NOTE: we intentionally do not store null here