csv plugin: fix syntax after merge
This commit is contained in:
parent
f998b2bda6
commit
9428f7f018
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ csv_datasource::csv_datasource(parameters const& params)
|
|||
manual_headers_(mapnik::util::trim_copy(*params.get<std::string>("headers", ""))),
|
||||
strict_(*params.get<mapnik::boolean>("strict", false)),
|
||||
filesize_max_(*params.get<double>("filesize_max", 20.0)), // MB
|
||||
ctx_(std::make_shared<mapnik::context_type>())
|
||||
ctx_(std::make_shared<mapnik::context_type>()),
|
||||
extent_initialized_(false)
|
||||
{
|
||||
/* TODO:
|
||||
|
|
Loading…
Reference in a new issue