+ make init(parameters const&) private
This commit is contained in:
parent
9ace240a67
commit
9cbd4ad932
1 changed files with 1 additions and 1 deletions
|
@ -89,8 +89,8 @@ public:
|
|||
mapnik::box2d<double> envelope() const;
|
||||
boost::optional<mapnik::datasource::geometry_t> get_geometry_type() const;
|
||||
layer_descriptor get_descriptor() const;
|
||||
void init(parameters const& params);
|
||||
private:
|
||||
void init(parameters const& params);
|
||||
std::string sql_bbox(box2d<double> const& env) const;
|
||||
std::string populate_tokens(const std::string& sql, double scale_denom, box2d<double> const& env) const;
|
||||
std::string populate_tokens(const std::string& sql) const;
|
||||
|
|
Loading…
Reference in a new issue