2013-08-23

I got a map full of markers, and I want each marker to have an info window when either hovering or clicking on it. I'm following what it shows on this page:

http://code.google.com/p/django-gmapi/

The markers show up fine, but no info windows appear - I have custom marker icons, if that makes any difference here is my views.py:

And in the html:

But still no info window appearing. Javascript cosnole does not bring any errors up either. Tried putting the right under the {{form.media.js}}, but still no luck.

Show more