So if you have ever written a few drupal modules in your day then you probably find it as redundant as I every time you need to create a new module. So maybe this simple little python script will be helpful if you are regularly creating drupal modules. I’m just now getting into Python, so [...]
Posts under ‘Web Development’
Jul 14
Installing Mapnik on CentOS 5
Instructions are provide at the mapnik website for installation on CentOS or Redhat. But unfortunately they are a little out of date and just didnt work for me. This guide provides the steps needed to install mapnik on CentOS 5.
Jul 13
Dynamic Tile Server with Google Maps, Mapnik, and Drupal
Lately I have been working on a project for projecting map data from shapefiles onto a google map. It needed to be easy to manage and the client had to be able to upload shape files to drupal and have the map automatically update itself upon posting. What we came up with was a Drupal [...]