|
|
2012-09-09
, 00:29
|
|
Posts: 1,547 |
Thanked: 7,503 times |
Joined on Apr 2010
@ Czech Republic
|
#2
|
| The Following User Says Thank You to MartinK For This Useful Post: | ||
|
|
2012-09-09
, 00:39
|
|
Posts: 6 |
Thanked: 2 times |
Joined on May 2012
|
#3
|
Not sure if it helps, but you can use GPSBabel to convert KML to GPX.
| The Following User Says Thank You to aik For This Useful Post: | ||
|
|
2012-09-12
, 20:11
|
|
Posts: 477 |
Thanked: 1,277 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#4
|
| The Following User Says Thank You to Fuzzillogic For This Useful Post: | ||
|
|
2012-09-13
, 14:38
|
|
|
Posts: 418 |
Thanked: 506 times |
Joined on Jan 2012
@ Argentina
|
#5
|
|
|
2012-10-16
, 17:35
|
|
Posts: 35 |
Thanked: 13 times |
Joined on Sep 2012
|
#6
|
| The Following User Says Thank You to jorge For This Useful Post: | ||
|
|
2012-10-16
, 18:22
|
|
Posts: 477 |
Thanked: 1,277 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#7
|
|
|
2012-11-06
, 21:35
|
|
Posts: 477 |
Thanked: 1,277 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#8
|
usage: favman.py [-h] (-loaddb [file] | -loadgpx [file]) [-savedb [file] |
-savegpx [file]]
FavMan v1.0.0. Manages favorites/POIs in the Nokia N9 Maps database.
Public domain by Randy Simons.
WARNING
This is experimental software. Be sure to backup your Nokia Maps database, located in /home/user/.cities/NokiaMaps.db, before using this tool.
optional arguments:
-h, --help show this help message and exit
-loaddb [file] Load favorites from database. Default if no file specified:
/home/user/.cities/NokiaMaps.db
-loadgpx [file] Load favorites from GPX file. Default if no file specified:
favorites.gpx
-savedb [file] Save favorites to database. Default if no file specified:
/home/user/.cities/NokiaMaps.db
-savegpx [file] Save favorites to GPX file Default if no file specified:
favorites.gpx
Notes:
* It is yet unknown what will happen if you sync imported favorites. It probably won't blow up your phone, but please do make a backup!
Tips:
* Only GPX v1.0 files supported. Favorities must/will be stored as waypoints.
* Use GPSBabel (gpsbabel.org) to convert various type of geolocation data, including GPX and Nokia's LMX.
* Nokia Maps database is stored in /home/user/.cities/NokiaMaps.db
* Nokia Maps will recreate a fresh datbase if the original database cannot be found. (e.g. renamed, deleted)
* Use Sqlite3Explorer (http://www.singular.gr/sqlite/, download dll from http://sqlite.org/download.html) to inspect Nokia Maps database.
Examples:
favman.py -loaddb
Opens default database and shows all favorites.
favman.py -loadgpx
Loads waypoints from favorites.gpx and displays them on screen. Use this to verify if the gpx file can be read correctly.
favman.py -loaddb -savegpx
Opens default database and exports favorites to POIs.gpx
favman.py -loaddb NokiaMapsCopy.db -savegpx export.gpx
Opens database NokiaMapsCopy.db and exports favorites to export.gpx
favman.py -loadgpx -savedb
Loads waypoints from favorites.gpx and stores them as favorites in the database.
favman.py -loadgpx import.gpx -savedb export.db
Loads waypoints from import.gpx and stores them as favorites in the database export.db. The original database will remain unchanged.
| The Following 9 Users Say Thank You to Fuzzillogic For This Useful Post: | ||
|
|
2013-02-02
, 23:28
|
|
Posts: 1 |
Thanked: 1 time |
Joined on Feb 2013
|
#9
|
| The Following User Says Thank You to m_p_13 For This Useful Post: | ||
First I tried gpsbabel and LMX format. The phone does not open it, neither from file manager nor via /usr/bin/maps lalala.kml.
Then I found some old pyton script ( http://talk.maemo.org/showthread.php?t=61905 ) which converts KML to "db" but I have no idea where I put this lalala.db.
I could upload POI to the Nokia Maps website and then synchronize but the website does not support any import.
Is there any solution?