store copy of bbox on featureset to avoid the same potential bug as #1667 (9b3d2b7)

This commit is contained in:
Dane Springmeyer 2012-12-21 20:02:03 -08:00
parent 2fa36ec3f4
commit a4b07553ae

View file

@ -22,7 +22,7 @@ public:
private:
// members are up to you, but these are recommended
mapnik::box2d<double> const& box_;
mapnik::box2d<double> box_;
mapnik::value_integer feature_id_;
boost::scoped_ptr<mapnik::transcoder> tr_;
mapnik::context_ptr ctx_;