This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mapnik
Watch
1
Star
0
Fork
0
You've already forked mapnik
mirror of
https://github.com/mapnik/mapnik.git
synced
2025-12-08 20:13:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mapnik
/
plugins
/
input
/
csv
History
Dane Springmeyer
d6b60188e8
avoid -Wshadow errors from boost when compiling csv plugin
2015-09-30 14:11:16 -07:00
..
build.py
csv.input - don't attempt to build if boost < 1.56
2015-09-11 11:20:45 +02:00
csv_datasource.cpp
correct exception handling in main processing loop
2015-09-30 12:37:36 +01:00
csv_datasource.hpp
use memory mapped file by default for both index and data parsing (improves loading times by ~50%) - default on non-windows platforms
2015-09-09 11:56:21 +02:00
csv_featureset.cpp
use memory mapped file by default for both index and data parsing (improves loading times by ~50%) - default on non-windows platforms
2015-09-09 11:56:21 +02:00
csv_featureset.hpp
avoid -Wshadow errors from boost when compiling csv plugin
2015-09-30 14:11:16 -07:00
csv_inline_featureset.cpp
simplify + factor out properties parsing logic
2015-08-24 14:13:13 +02:00
csv_inline_featureset.hpp
CSV - implement spatial index access to features on disk + preserve support for inline data (work-in-progress)
2015-08-21 13:52:42 +02:00
csv_utils.hpp
use memory mapped file by default for both index and data parsing (improves loading times by ~50%) - default on non-windows platforms
2015-09-09 11:56:21 +02:00