Re: options for plotting points on geographic map

2011-10-01 Thread CM
> You could create the webpage and then render > it in your desktop app. I have seen plenty of apps like that. That's a good idea. I was able to get the basics of the pymaps approach going, so I may do just this. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: options for plotting points on geographic map

2011-10-01 Thread CM
On Sep 29, 12:52 pm, Miki Tebeka wrote: > Probably the google maps routes will be faster (maybe using embedded webkit > window). However it requires internet connection. > > See alsohttp://www.scipy.org/Cookbook/Matplotlib/Maps Thanks. But I just needed a small radius, not the whole globe, and

RE: options for plotting points on geographic map

2011-09-29 Thread Prasad, Ramit
>I see there is pymaps, a Python wrapper for Google Maps. I may try >that but it seems to be barely documented and would require making a >webpage with javascript to display the map, whereas I'd probably >prefer a desktop app for this--though I'd consider a web page (it's >probably easier than I t

Re: options for plotting points on geographic map

2011-09-29 Thread Miki Tebeka
Probably the google maps routes will be faster (maybe using embedded webkit window). However it requires internet connection. See also http://www.scipy.org/Cookbook/Matplotlib/Maps HTH -- Miki Tebeka http://pythonwise.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list