mapnik/plugins/input/postgis
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
..
connection.hpp disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable. 2006-11-19 17:13:33 +00:00
connection_manager.hpp added port parameter support 2006-11-17 21:10:28 +00:00
postgis.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
postgis.hpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
postgisfs.cpp disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable. 2006-11-19 17:13:33 +00:00
property_index.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
resultset.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