maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Importing KML to Nokia Maps (https://talk.maemo.org/showthread.php?t=86702)

Fuzzillogic 2013-02-05 21:04

Re: Importing KML to Nokia Maps
 
The script only imports/exports POIs/favorites you might have in another format. E.g. you could import a list of nearby trees, if you want to, and happen to have such a list. It has no online interaction nor will it help in finding specific POIs.

JanneP 2013-04-01 09:47

Re: Importing KML to Nokia Maps
 
Hi,

Thanks for the work with the python script. It worked perfect for importing landmarks into the phone's database.

However, syncing with nokia maps (or as it's now, here.com) didn't work right away. After some tinkering, I noticed that for a new entry few additional zeroes need to be written into the database.

Code:

cursor.execute("insert into object (class_name, modified, version, sharing, linkmods, updeps, downdeps, no_sync) values ('location', 1, 0, 0, 0, 0, 0, 0)")
If you replace the command after #insert object with this, it will work. This will leave the timestamp field empty, but it does not seem to be required for the sync to work.

vitaminj 2014-07-01 14:02

Re: Importing KML to Nokia Maps
 
Thanks so much for this Fuzzillogic and JanneP, the script was an absolute lifesaver. Trying to get a list of POIs exported from GMaps to HERE at short notice - crazy that the only solution for "importing" into HERE is the above! Thanks again.


All times are GMT. The time now is 13:00.

vBulletin® Version 3.8.8