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:
parent
78b4980352
commit
4fb2e271f6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue