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 users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/OswCiPt2fyIJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.

You don't need internet to show maps using different map servers and browser. You can still share everything from localhost (as you do while developing apps). It's still easiest way to do things.

I think gdal/ogr packages can create shapefiles from database if needed. Don't know how symbology works there.

--
Jani Tiainen

- Well planned is half done and a half done has been sufficient before...

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to