Active Topics

 


Reply
Thread Tools
Posts: 69 | Thanked: 23 times | Joined on Nov 2009
#1
HI all,

I'm just getting started with maemo development, and I'm wondering if there's any easy way to display maps using a python based program. From what I've read, it seems most n900 programs (ecoach, gpxview, map buddy) embed the maep code to display their maps. But these programs are all coded in c, which I've no intention of learning :P Is there any current way to display a maep-type map when using python?

Regards,
Nyall
 
Posts: 79 | Thanked: 20 times | Joined on Apr 2010
#2
Depends on your needs, I guess. I made a simple map application that downloads the map tiles from openstreetmap server and draws the map following the user's current location. This approach obviously works in any language - it is just http requests to get the map data. On the OSM site they provide the code to convert from lat/lon & zoom level to tile requests, in several languages, including python.

Let me know if you have use for this code, and I will find the time to post it.

Would also be interested to hear if there is some other, more sophisticated alternative for playing with map displays in python.
 
Posts: 69 | Thanked: 23 times | Joined on Nov 2009
#3
hey mikhael - thanks for the reply. I'd be interested in seeing your code, is it available somewhere or part of an app I could dissect yet?
 
Posts: 79 | Thanked: 20 times | Joined on Apr 2010
#4
Please find the code attached. Should show a moving map centred on your location.

Requires GPS enabled in the settings, and most likely you need to be outside to get a fix.
Depends on the python-location package.

Map tiles are cached in ~/.mapper. There is no cache management (maximum size or time-to-live).

There's some needlessly fancy threading and Queue management.
Attached Files
File Type: txt location_test.py.txt (6.6 KB, 349 views)
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:10.