pankaj28843
pankaj28843

Reputation: 2517

Problem in adding Markers on google map from Django

I am facing problem in showing markers on a google map generated

http://psjinx.pastebin.com/TWcUP4kc

Upvotes: 1

Views: 160

Answers (1)

girasquid
girasquid

Reputation: 15506

Where are you initializing i in that code? I see lots of i = i + 1, but nothing that sets the initial value of i.

Upvotes: 3

Related Questions