Re: GeoDjango and shapefiles

2012-09-25 Thread Coulson Thabo Kgathi
but what u sayin is possible seems to be exactly what i want to do -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/43S6ZQ_viHkJ. To post to this group, send

Re: GeoDjango and shapefiles

2012-09-25 Thread Coulson Thabo Kgathi
I think the problem is how do i do this whr do i get infor on how to do it, thsi server -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/akOd33EuxG8J. T

Re: GeoDjango and shapefiles

2012-09-25 Thread Jani Tiainen
25.9.2012 11:53, Coulson Thabo Kgathi kirjoitti: can geoDjango produce maps offline though, because i am trying to have an app that shows locations of places using markers on the map. OFFLINE WITHOUT INTERNET -- You received this message because you are subscribed to the Google Groups "Django us

Re: GeoDjango and shapefiles

2012-09-25 Thread Coulson Thabo Kgathi
can geoDjango produce maps offline though, because i am trying to have an app that shows locations of places using markers on the map. OFFLINE WITHOUT INTERNET -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web

Re: GeoDjango and shapefiles

2012-09-20 Thread Jani Tiainen
20.9.2012 17:36, Coulson Thabo Kgathi kirjoitti: Hi guys i want to use geodjango for an application that gives map locations but offline using shapefiles and geodjango, any information that i can be refered to would be appreciated. I dont want to use google maps because its wil be used offline t

Re: GeoDjango and shapefiles

2012-09-20 Thread George Silva
Hi Coulson, GeoDjango is just Django. You can write an application that checks upon initialization which type of environment it's located and then you can set the DATABASES property on settings.py. Using the technique I've told you above, you can store GIS data in two databases (for web applicati