no need for collecting size in postgis plugin
This commit is contained in:
parent
c576291346
commit
62cf7cb2fe
1 changed files with 0 additions and 2 deletions
|
@ -581,12 +581,10 @@ featureset_ptr postgis_datasource::features_at_point(coord2d const& pt) const
|
|||
std::vector<attribute_descriptor>::const_iterator itr = desc_.get_descriptors().begin();
|
||||
std::vector<attribute_descriptor>::const_iterator end = desc_.get_descriptors().end();
|
||||
|
||||
unsigned size=0;
|
||||
for ( ; itr != end; ++itr)
|
||||
{
|
||||
mapnik::sql_utils::quote_attr(s,itr->get_name());
|
||||
ctx->push(itr->get_name());
|
||||
++size;
|
||||
}
|
||||
|
||||
box2d<double> box(pt.x,pt.y,pt.x,pt.y);
|
||||
|
|
Loading…
Reference in a new issue