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 Tagged ‘Python’
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 [...]