Tag Archives: google maps api

displaying a google maps api v3 map in a django application with geodjango and postgis

In order to create a Google Maps API v3 map with django templates and views you can use the python modules django.contrib.gis.maps and specifically django.contrib.gis.maps.google. Continue reading

Posted in technology | Tagged , , , , , , , , | 1 Comment

geocoding and spatial database queries using python with django and postgis

Python is an excellent language for developing GIS applications.  It’s very easy to create a web service that queries a spatial database and returns a result.  Sometimes that sort of thing is called a location based service.  They are common … Continue reading

Posted in technology | Tagged , , , , , , , , | Leave a comment