mapnik/plugins/input/gdal
Artem Pavlenko ab101401cd + simplify geometry implementation
+ removed multiple geometry typedefs
+ use geometry_type
+ revert to storing vertices in vector_vertex
  (previous implementation using std::vector was
   fragmenting heap causing performance issues with large geometries)
+ FIXME: hit_test is broken!
2010-11-03 13:19:15 +00:00
..
gdal_datasource.cpp #622 add optional late-binding of datasources 2010-10-24 06:34:18 +00:00
gdal_datasource.hpp #622 add optional late-binding of datasources 2010-10-24 06:34:18 +00:00
gdal_featureset.cpp + simplify geometry implementation 2010-11-03 13:19:15 +00:00
gdal_featureset.hpp gdal plugin: calculate constant raster properties used in featureset up front at datasource creation (no real speed boost but less repeated code) 2010-09-18 19:19:27 +00:00
Makefile.am - install plugins in lib/mapnik/input 2009-03-25 23:11:49 +00:00
SConscript Add the ability to pass custom CXXFLAGS and LDFLAGS that will be prioritized above other compiler and linker flags 2010-09-18 18:02:15 +00:00