mapnik/plugins/input
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
..
gdal + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
kismet + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
occi + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
ogr + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
osm + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
postgis merge a few small 0.7 branch changes back into trunk 2010-01-11 00:36:51 +00:00
raster + consistent raster bbox calc : 2010-02-03 12:19:57 +00:00
rasterlite + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
shape fix unused variable warning 2010-01-29 23:56:25 +00:00
sqlite + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
Makefile.am - added new et input plugin 2009-03-22 22:26:42 +00:00