mapnik/plugins
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
..
input + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
Makefile.am + added GNU autotools build environment 2007-09-14 23:07:16 +00:00