format
This commit is contained in:
parent
f1feedc54c
commit
cb832c0964
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ csv_datasource::csv_datasource(parameters const& params)
|
||||||
{
|
{
|
||||||
throw mapnik::datasource_exception("CSV Plugin: could not open: '" + filename_ + "'");
|
throw mapnik::datasource_exception("CSV Plugin: could not open: '" + filename_ + "'");
|
||||||
}
|
}
|
||||||
parse_csv(in,escape_, separator_, quote_);
|
parse_csv(in, escape_, separator_, quote_);
|
||||||
in.close();
|
in.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue