mapnik/tests
Rich Wareham 7b3baee3a1 python bindings: export Query.resolution property as a tuple
Although the mapnik::query class is exposed to the Python bindings, the
resolution attribute is a raw boost::tuple. If you attempt to access
this tuple from Python, boost complains strongly.

This patch adds the required magic to marshal the raw boost::tuple which
is query::resolution_type into an honest-to-goodness Python tuple.
2012-07-19 19:35:20 +01:00
..
cpp_tests add support for older boost in the cpp tests 2012-05-18 11:17:54 -07:00
data fix test markers xml, accidentally changed in 9888ff0d50 2012-07-09 13:38:49 -07:00
python_tests python bindings: export Query.resolution property as a tuple 2012-07-19 19:35:20 +01:00
visual_tests use mapnik.Image for visual tests - closes #1296 2012-07-06 17:44:15 -07:00
run_tests.py fixup whitespace with pep8 tricks from https://gist.github.com/1903033 2012-02-24 13:13:56 -08:00