Show
Ignore:
Timestamp:
01/12/09 19:56:09 (19 months ago)
Author:
artem
Message:

+ applied python_point_datasource.patch from lwu

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/mapnik_filter.cpp

    r659 r790  
    4848                                               "An expression which allows " 
    4949                                               "to select features.",no_init) 
     50       .def("passes", &filter<Feature>::pass) // note: "pass" is a reserved word in Python 
    5051       .def("__str__",&filter<Feature>::to_string); 
    5152    ;