fix spelling of initial_size parameter in postgis plugin
This commit is contained in:
parent
8922aab266
commit
aa7a3f8aae
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ postgis_datasource::postgis_datasource(parameters const& params, bool bind)
|
|||
|
||||
if (table_.empty()) throw mapnik::datasource_exception("PostGIS: missing <table> parameter");
|
||||
|
||||
boost::optional<int> initial_size = params_.get<int>("inital_size",1);
|
||||
boost::optional<int> initial_size = params_.get<int>("initial_size",1);
|
||||
boost::optional<int> max_size = params_.get<int>("max_size",10);
|
||||
|
||||
multiple_geometries_ = *params_.get<mapnik::boolean>("multiple_geometries",false);
|
||||
|
|
Loading…
Reference in a new issue