mapnik/plugins/input/raster
Artem Pavlenko 47c3bc515d + add 'tiled' policy to avoid loading very large rasters into memory
if (width*height > 1024*1024) : load raster in 1024x1024 chunks
  else : use single_file_policy

  TODO: Expose chunk size as raster_datasource parameter
2009-04-10 12:05:31 +00:00
..
Makefile.am compile utils with autotools 2009-04-04 16:33:25 +00:00
raster_datasource.cpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
raster_datasource.hpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
raster_featureset.cpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
raster_featureset.hpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
raster_info.cpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
raster_info.hpp + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
SConscript add boost filesystem checks (for filename existance) to gdal and raster plugins 2009-03-30 21:56:03 +00:00