+ remove debug print
This commit is contained in:
parent
2ac6384992
commit
9655491b7f
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ mapnik::featureset_ptr geojson_datasource::features(mapnik::query const& q) cons
|
||||||
{
|
{
|
||||||
box_type box(point_type(b.minx(),b.miny()),point_type(b.maxx(),b.maxy()));
|
box_type box(point_type(b.minx(),b.miny()),point_type(b.maxx(),b.maxy()));
|
||||||
index_array_ = tree_.find(box);
|
index_array_ = tree_.find(box);
|
||||||
std::cout << "QUERY SIZE=" << index_array_.size() << std::endl;
|
|
||||||
return boost::make_shared<geojson_featureset>(features_, index_array_.begin(), index_array_.end());
|
return boost::make_shared<geojson_featureset>(features_, index_array_.begin(), index_array_.end());
|
||||||
}
|
}
|
||||||
// otherwise return an empty featureset pointer
|
// otherwise return an empty featureset pointer
|
||||||
|
|
Loading…
Reference in a new issue