On 01/26/2014 07:07 PM, jenelyn refamonte wrote: > hello everyone,. i am developing dynamic web mapping application using > geodjango framework.. i already displayed a googlemap as my basemap. It is > for public users not in the admin interface,.. now, i want to > display/overlay my esri shapefiles stored in my postgis databsase to the > googlemap.. Its very hard for me. its my first time.. please help me.. is > there any tutorial or article that i can base of,.? im stucked here for > almost 3 weeks., please please please help.. thanks in advance :) >
Try the django olwidget (openlayers widget), it's one of the simpler ways to get started. The other tool I use all the time is the python vectorformats library to convert a django model to geojson which can be passed to a leaflet or openlayers front end. Enjoy, Alex -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/52E82660.7080403%40wildintellect.com. For more options, visit https://groups.google.com/groups/opt_out.

