mapnik/plugins/input
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
..
gdal Apply patch from Marcin to handle smooth transitions between raster layers for both gdal and raster plugin - closed #295 2009-04-07 23:06:51 +00:00
kismet changed logging 2009-03-27 21:38:10 +00:00
occi + added "encoding" datasource parameter to occi plugin 2009-03-31 07:53:29 +00:00
ogr fix segfault in ogr plugin by skipping empty geoms - closes #292 2009-04-04 20:55:56 +00:00
osm wrong header names -> make dist failed 2009-04-05 07:49:23 +00:00
postgis wrong header names -> make dist failed 2009-04-05 07:49:23 +00:00
raster + add 'tiled' policy to avoid loading very large rasters into memory 2009-04-10 12:05:31 +00:00
shape improve up front error checking of shapefile existence with boost, and allow shapefile plugin to accept filename with or without '.shp' extension - closes #199 and #174 2009-03-30 23:51:58 +00:00
sqlite add 'base' path option to sql,gdal, and ogr plugins and touchup handling of missing files with boost filesystem - closes #263 2009-03-30 20:19:57 +00:00
Makefile.am - added new et input plugin 2009-03-22 22:26:42 +00:00