mapnik/plugins/input/raster
Artem Pavlenko f1393cc019 1. hit_test implementation for geometry objects:
bool hit_test(double x, double y, double tol);
       
2. added image_view(unsigned x, unsigned y, unsigned width, unsigned height)
   allowing to select region from image data e.g (in Python):

    im = Image(2048,2048)
    view = im.view(0,0,256,256)
    save_to_file(filename,type, view)
    
3. changed envelope method to return vy value in datasource classes

4. features_at_point impl for shape and postgis plug-ins
2006-11-25 11:02:59 +00:00
..
raster_datasource.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
raster_datasource.hpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
raster_featureset.cpp disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable. 2006-11-19 17:13:33 +00:00
raster_featureset.hpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
raster_info.cpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
raster_info.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
SConscript 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00