mapnik/demo
Blake Thompson badb0c9a97 This is a complete removal of code that utilizes image_32 in the library. It is a sweeping change that does some of the following:
* Changes all agg_renderers to use a image_data_any variant (only image_data_rgba8 is implemented currently)
* Changes the marker and marker_cache to use image_data_any images
* Changes the symbolizers so that they must be aware of the source data type they are attempting to render and the render type that is expected to be rendered into.
* Moves many utilities into image_utils, that were previously in image_32.

The kicker is that this still isn't working perfectly yet, but I am commiting so I don't have tears in case everything is lost on my computer.

Ref #2633
2015-01-20 18:30:10 -06:00
..
c++ This is a complete removal of code that utilizes image_32 in the library. It is a sweeping change that does some of the following: 2015-01-20 18:30:10 -06:00
data convert old tests into proper python tests - closes #1460 2013-05-16 12:23:19 -07:00
python remove try/except around 'import mapnik' which is more trouble than help 2015-01-08 10:32:24 -08:00
simple-renderer Add simple render script. 2012-09-10 02:42:59 +02:00
viewer This is a complete removal of code that utilizes image_32 in the library. It is a sweeping change that does some of the following: 2015-01-20 18:30:10 -06:00