|
|
09-08-2012
, 08:29 PM
|
|
Posts: 739 |
Thanked: 2,465 times |
Joined on Apr 2010
@ Czech Republic
|
#2
|
|
|
09-08-2012
, 08:39 PM
|
|
Posts: 5 |
Thanked: 0 times |
Joined on May 2012
|
#3
|
Not sure if it helps, but you can use GPSBabel to convert KML to GPX.
|
|
09-12-2012
, 04:11 PM
|
|
Posts: 173 |
Thanked: 300 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#4
|
|
|
09-13-2012
, 10:38 AM
|
|
|
Posts: 310 |
Thanked: 253 times |
Joined on Jan 2012
@ Argentina
|
#5
|
|
|
10-16-2012
, 01:35 PM
|
|
Posts: 19 |
Thanked: 5 times |
Joined on Sep 2012
|
#6
|
|
|
10-16-2012
, 02:22 PM
|
|
Posts: 173 |
Thanked: 300 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#7
|
|
|
11-06-2012
, 05:35 PM
|
|
Posts: 173 |
Thanked: 300 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 6 Users Say Thank You to Fuzzillogic For This Useful Post: | ||
|
|
02-02-2013
, 07:28 PM
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2013
|
#9
|
|
|
02-05-2013
, 02:40 AM
|
|
Posts: 66 |
Thanked: 11 times |
Joined on Feb 2011
|
#10
|
![]() |
| Thread Tools | Search this Thread |
|
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?