mapnik/plugins/input/csv
Mickey Rose c21778fdfc merge mapnik-index::process_csv_file and csv_datasource::parse_csv
- the function in plugin was already configurable via flags, and only
  contained two un-conditioned blocks that process_csv_file didn't have

- so I extracted the common parts into a separate function (in a class
  holding the flags and state), process_csv_file calls it with default
  flags, plugin sets them from params

- removed namespace ::detail, moving stuff that was used outside
  csv_utils to ::csv_utils, and the rest to ::csv_utils::detail
2016-02-26 20:28:42 +01:00
..
build.py [csv] move spirit usage to cpp 2016-02-24 17:42:51 -08:00
csv_datasource.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_datasource.hpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_featureset.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_featureset.hpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_getline.hpp [csv] move spirit usage to cpp 2016-02-24 17:42:51 -08:00
csv_index_featureset.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_index_featureset.hpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_inline_featureset.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_inline_featureset.hpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_utils.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
csv_utils.hpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00