2 Responses to “Mapnik installation on Slackware 12.1”

  1. Dane Says:

    Nice writeup.

    Another great way of testing your installation is to go into the ‘demo/python’ folder within the source distribution of mapnik (ie. in trunk that is here: http://trac.mapnik.org/browser/trunk/demo/python). That will automatically output all the three possible AGG rendering formats (32 bit png, 8 bit png, and jpeg).

    There is also a tool I’ve written called Nik2img.py which can read in a mapfile and auto-generate all AGG renderer formats with a special flag (the version in mapnik-util trunk does both Agg and Cairo renderer formats). Find that script here:

    http://code.google.com/p/mapnik-utils/wiki/Nik2Img

  2. number.0 Says:

    Thanks Dane for the information. I will definitely check them out, it was just my first step to approach Mapnik.

Leave a Reply



    $('#feature2').cycle({
        fx:     'scrollRight', 
        timeout: 8000,
        delay:  -4000 
    });
    $('#feature1').cycle({
        fx:    'scrollDown',
        timeout: 8000, 
   		delay: -4000 
    });
    $('#latest').cycle({
        fx:    'scrollDown',
        timeout: 3000, 
   		delay: -1000 
    });
    $('#leading').cycle({
        fx:    'fade',
        timeout: 6000, 
   		delay: -4000 
    });
    $('#large_banner').cycle({
        fx:    'scrollDown',
        timeout: 6000, 
        delay:  -4000 
    });
    $('#long_banner').cycle({
        fx:     'turnRight',
        timeout: 8000, 
        delay:  -8000 
    });