Another mapnik install, another set of issues… I had a brand new OSX Lion install on my imac, but had a few issues with the brew install of Mapnik as I wanted to link it to Cairo. See the Homebrew Mapnik instruction page brew install python Change the .bash_profile to add export PATH=/usr/local/bin:/usr/local/sbin:$PATH. brew install git brew install postgresql brew install icu4c brew install proj brew install libtiff brew install
Tag: "python"
Adding FormAlchemy to an existing Pylons Mapfish project
Install the packages: % pip install FormAlchemy fa.query GeoFormAlchemy 1 % pip install FormAlchemy fa.query GeoFormAlchemy You have now more templates available: % paster create –list-templates basic_package: A basic setuptools-enabled package geo_fa: Pylons application template with GeoFormAlchemy support mapfish: MapFish application template mapfish_client: MapFish client plugin template paste_deploy: A web application deployed through paste.deploy pylons: Pylons application template pylons_fa: Pylons application template with formalchemy support pylons_minimal: Pylons minimal application