whoops, make the srid mutable not the type

This commit is contained in:
Dane Springmeyer 2010-11-08 21:11:16 +00:00
parent 6b08f1c793
commit bf14a62186

View file

@ -55,8 +55,8 @@ class occi_datasource : public mapnik::datasource
const std::string table_;
const std::string geometry_field_;
std::string geometryColumn_;
mutable int type_;
int srid_;
int type_;
mutable int srid_;
mutable bool extent_initialized_;
mutable mapnik::Envelope<double> extent_;
const int row_limit_;