Re: Issue 1 in ogmaps: Doesn't work from outside of US

15 views
Skip to first unread message

codesite...@google.com

unread,
Jul 4, 2012, 5:41:08 AM7/4/12
to ogmaps-...@googlegroups.com

Comment #8 on issue 1 by born.reb...@gmail.com: Doesn't work from outside
of US
http://code.google.com/p/ogmaps/issues/detail?id=1

The edit shown by `jake.tur` does help in getting rid of the error messages.
But there is a syntax error:
Instead of-
if not href.startswith('http://'

it should be:
if not href.startswith('http://'):

codesite...@google.com

unread,
Jul 4, 2012, 5:46:10 AM7/4/12
to ogmaps-...@googlegroups.com

Comment #9 on issue 1 by born.reb...@gmail.com: Doesn't work from outside
of US
http://code.google.com/p/ogmaps/issues/detail?id=1

Edit made by `jake.tur` does help in getting rid of that error, though
there is a syntax error:

Wrong:
if not href.startswith('http://'

Right:
Reply all
Reply to author
Forward
0 new messages