Re: Image Maps + Django

2013-09-19 Thread Tom Evans
On Tue, Sep 17, 2013 at 9:54 AM, +Emmanuel wrote: > I am intending to implement something similar to this: > https://opendata.go.ke/facet/counties > That has been developed in Ruby on Rails. How does Django handle image maps? > Are there any additional Python/ Django libraries I will require? Is t

Re: Image Maps + Django

2013-09-19 Thread Nigel Legg
GeoDjango uses ESRI shape files in the example in the Djang documentation, not Google maps?? (I don't want to use google maps either). To me it looks ideal for your purpose Cheers, Nigel 07914 740972 On 19 September 2013 10:50, +Emmanuel wrote: > @Nigel, > If I understand it well, GeoDjango s

Re: Image Maps + Django

2013-09-19 Thread +Emmanuel
@Nigel, If I understand it well, GeoDjango seems to be for a more robust GIS application that utilizes Google Maps. In contrast, I want to use a simple image map with no Google Maps. Thanks On Tuesday, September 17, 2013 12:34:49 PM UTC+3, Nigel Legg wrote: > > Read the documentation on GeoDjango

Re: Image Maps + Django

2013-09-17 Thread Nigel Legg
Read the documentation on GeoDjango, it's all there Cheers, Nigel 07914 740972 On 17 September 2013 09:54, +Emmanuel wrote: > I am intending to implement something similar to this: > https://opendata.go.ke/facet/counties > That has been developed in Ruby on Rails. How does Django handle i

Image Maps + Django

2013-09-17 Thread +Emmanuel
I am intending to implement something similar to this: https://opendata.go.ke/facet/counties That has been developed in Ruby on Rails. How does Django handle image maps? Are there any additional Python/ Django libraries I will require? Is there a specific approach (best practices) way of solving