View Single Post
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#7
It seems to be possible, with some coding. Two options worth investigating:
  • QML Landmark, for use in QtQuick. I don't know if this is in any way related to Maps.
  • /home/user/.cities/NokiaMaps.db, a SQLite database which actually contains the POIs in the "position" table. I guess it would be quite easy to write a (Python? QtQuick?) tool to manage these POI's. Just copy the file to pc and have a peek using one of the many SQLite tools out there. It should be really easy to open an XML-based file, grab the coordinates and plug them in the database.

I've been looking for an excuse to try Python, however I'm finding myself thin one time lately

Last edited by Fuzzillogic; 2012-10-16 at 18:28.
 

The Following 4 Users Say Thank You to Fuzzillogic For This Useful Post: