Issue 8 in ogmaps: 'location not found' error for all requests

11 views
Skip to first unread message

codesite...@google.com

unread,
Jun 25, 2011, 6:53:08 PM6/25/11
to ogmaps-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 8 by ewmail...@gmail.com: 'location not found' error for all
requests
http://code.google.com/p/ogmaps/issues/detail?id=8

Just tried out ogmaps for the first time. Running all locations, including
the documented base case fails with 'location not found'.


> python ogmaps.py "plano, tx"
downloading the following location: plano, tx
location not found - aborting

Running on Mac OS X 10.6


codesite...@google.com

unread,
Oct 5, 2011, 5:51:00 PM10/5/11
to ogmaps-...@googlegroups.com

Comment #1 on issue 8 by dar...@gmail.com: 'location not found' error for
all requests
http://code.google.com/p/ogmaps/issues/detail?id=8

In file ogmaps.py change line 111 from

p = re.compile('laddr:"([^"]+)"')

to

p = re.compile("laddr:'([^']+)'")

Then it works.


codesite...@google.com

unread,
Jun 28, 2012, 3:33:33 AM6/28/12
to ogmaps-...@googlegroups.com

Comment #2 on issue 8 by born.reb...@gmail.com: 'location not found' error
Thanks for this solution, it does work.

Reply all
Reply to author
Forward
0 new messages