Image Maps + Django

265 views
Skip to first unread message

+Emmanuel

unread,
Sep 17, 2013, 4:54:03 AM9/17/13
to django...@googlegroups.com
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 this?
Thanks.

Nigel Legg

unread,
Sep 17, 2013, 5:34:49 AM9/17/13
to django...@googlegroups.com
Read the documentation on GeoDjango, it's all there....

Cheers, Nigel
07914 740972



--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

+Emmanuel

unread,
Sep 19, 2013, 5:50:53 AM9/19/13
to django...@googlegroups.com
@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

Nigel Legg

unread,
Sep 19, 2013, 6:09:01 AM9/19/13
to django...@googlegroups.com
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

Tom Evans

unread,
Sep 19, 2013, 7:00:29 AM9/19/13
to django...@googlegroups.com
As an image map is simply HTML interpreted on the client side, Django
doesn't handle any image map, the browser does. Use any tool you like
to generate the image map polygons.

Cheers

Tom
Reply all
Reply to author
Forward
0 new messages