mapnik/plugins/input/raster
Artem Pavlenko 22d8fbe7f0 + consistent raster bbox calc :
x0 = int(minx+0.5)
  y0 = int(miny+0.5)
  x1 = int(maxx+0.5)
  y1 = int(maxy+0.5)

  width = x1 - x0
  height = y1 - y0
2010-02-03 12:19:57 +00:00
..
Makefile.am compile utils with autotools 2009-04-04 16:33:25 +00:00
raster_datasource.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
raster_datasource.hpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
raster_featureset.cpp + consistent raster bbox calc : 2010-02-03 12:19:57 +00:00
raster_featureset.hpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
raster_info.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
raster_info.hpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
SConscript Add ability to link to custom icu lib name, and remove the unneeded linking to icudata on osx, while offering compiler flags required for compiling against libicucore provided by Apple 2009-11-24 20:32:41 +00:00