mapnik/bindings/python
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
..
mapnik - Add projection support to the WMS server and edit ogcserver readme accordingly. 2006-10-19 01:25:24 +00:00
mapnik_color.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_coord.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_datasource.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
mapnik_datasource_cache.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_envelope.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_filter.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_font_engine.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_image.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
mapnik_image_view.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
mapnik_layer.cpp Fix typo src -> srs property. 2006-10-18 23:57:44 +00:00
mapnik_line_pattern_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_line_symbolizer.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_map.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
mapnik_parameters.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_point_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_polygon_pattern_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_polygon_symbolizer.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_projection.cpp 1. refactored proj stuff into separate files 2006-10-17 17:26:35 +00:00
mapnik_python.cpp 1. hit_test implementation for geometry objects: 2006-11-25 11:02:59 +00:00
mapnik_query.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_raster_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_rule.cpp 1) Added line following labels. Use set_label_placement(POINT_PLACEMENT) or set_label_placement(LINE_PLACEMENT) on a text symbolizer. 2006-10-17 14:12:53 +00:00
mapnik_shield_symbolizer.cpp Added avoid_edges property to shield and text symbolizers. 2006-11-17 14:07:41 +00:00
mapnik_stroke.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_style.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_text_symbolizer.cpp Added avoid_edges property to shield and text symbolizers. 2006-11-17 14:07:41 +00:00
SConscript 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00