Re: Image Maps + Django
On Tue, Sep 17, 2013 at 9:54 AM, +Emmanuel <elusenji@gmail.com> 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 there a
> specific approach (best practices) way of solving this?
> Thanks.
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
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home