mapnik/utils/mapnik-index
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 don't #include .cpp, add it to sources 2016-02-25 11:58:38 +01:00
mapnik-index.cpp mapnik-index - output failed feature JSON when both --validate-features and --verbose options present. 2015-12-14 11:47:19 +00:00
process_csv_file.cpp merge mapnik-index::process_csv_file and csv_datasource::parse_csv 2016-02-26 20:28:42 +01:00
process_csv_file.hpp mapnik-index - refactor to prepare for adding GeoJSON index support 2015-10-09 11:27:35 +01:00
process_geojson_file.cpp remove unneeded includes - found with http://include-what-you-use.org 2016-02-24 22:39:50 -08:00
process_geojson_file.hpp mapnik-index - output failed feature JSON when both --validate-features and --verbose options present. 2015-12-14 11:47:19 +00:00