Revert "as discussed with @artemp - there should be no need or benefit to trying to handle F type in dbf since it is a foxpro extension that shapefiles do not commonly use"

This reverts commit 53acae94be.
This commit is contained in:
Dane Springmeyer 2013-08-07 18:39:25 -04:00
parent 78b4980352
commit 4fb2e271f6

View file

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