+ don't add dummy attributes
This commit is contained in:
parent
6558c5c315
commit
b7f463514d
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ feature_ptr osm_featureset<filterT>::next()
|
|||
if (i != end_keyvals)
|
||||
{
|
||||
feature->put_new(i->first, tr_->transcode(i->second.c_str()));
|
||||
} else
|
||||
{
|
||||
feature->put_new(*itr, "");
|
||||
}
|
||||
}
|
||||
return feature;
|
||||
|
|
Loading…
Add table
Reference in a new issue