fix sqlite featureset results when non using an rtree index - closes #1667

This commit is contained in:
Dane Springmeyer 2012-12-20 22:40:39 -08:00
parent 00e6316ef8
commit 9b3d2b7d8e

View file

@ -53,7 +53,7 @@ private:
boost::shared_ptr<sqlite_resultset> rs_;
mapnik::context_ptr ctx_;
boost::scoped_ptr<mapnik::transcoder> tr_;
mapnik::box2d<double> const& bbox_;
mapnik::box2d<double> bbox_;
mapnik::wkbFormat format_;
bool spatial_index_;
bool using_subquery_;