grid output - only serialize requested fields (and not fields potentially collected in expressions
This commit is contained in:
parent
9548492036
commit
dffe53036e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ void write_features(mapnik::grid::feature_type const& g_features,
|
|||
it->second.base())));
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ( (attributes.find(key) != attributes.end()) )
|
||||
{
|
||||
found = true;
|
||||
feat[it->first] = boost::python::object(
|
||||
|
|
Loading…
Reference in a new issue