View previous topic :: View next topic |
Author |
Message |
fable Occasional Visitor

Joined: May 07, 2006 Posts: 18
|
Posted: Fri Aug 04, 2006 12:44 pm Post subject: POI import in C710 |
|
|
Hi,
I read many people struggling with importing their own POI sets into C710. Has anyone tried yet to download the igo.db, insert POIs with poiconvert, then put the file back?
http://www.pdamill.com/~fable/poiconvert.exe
Fable |
|
Back to top |
|
 |
Sallyann Lifetime Member

Joined: Jun 23, 2006 Posts: 768
|
Posted: Fri Aug 04, 2006 1:32 pm Post subject: |
|
|
iGO.db is a 'sqlite' database. It contains several different tables to hold your own manually created POI's, as well as all your user settings. I would be surprised if POIConvert could change it.
You can open iGO.db using sqlite3.exe which you can get from www.sqlite.org, and if you are familiar with the SQL language you should be able to import POI's. However I've not tried this because I'm not interested in POI's except cameras. Cameras are NOT saved in iGO.db.
Let us know how you get on.
Sal |
|
Back to top |
|
 |
mgrah Occasional Visitor

Joined: Jul 28, 2006 Posts: 15
|
Posted: Fri Aug 04, 2006 2:51 pm Post subject: |
|
|
I just had this idea myself, for my purposes importing POIs via the user data / user POIs is enough.
I'll check out your app when I get home.
/M |
|
Back to top |
|
 |
mgrah Occasional Visitor

Joined: Jul 28, 2006 Posts: 15
|
Posted: Fri Aug 04, 2006 4:32 pm Post subject: |
|
|
Hmmm... Looks neat. I'll see if I can play around with it for a while, maybe try to add a few csv from POIHandler. I have some files here already, would be interesting to see if it's a good solution.
It lacks some info, though, like icons etc.
/M |
|
Back to top |
|
 |
Simebaby Occasional Visitor

Joined: Jun 14, 2006 Posts: 53
|
Posted: Fri Aug 04, 2006 9:03 pm Post subject: |
|
|
POIConvert does work - it converts iGO.db into a .kml (google earth) file, which is jsut an XML document.
I've managed to write a script that converts a .csv file (from POIHandler) into a google .kml file. I then used POIConvert to convert this back to iGO.db, which worked fine.
Be aware that you do lose your saved settings when you do this (preferences, home location etc) - I assume they are stored in iGO.db as well. |
|
Back to top |
|
 |
fable Occasional Visitor

Joined: May 07, 2006 Posts: 18
|
Posted: Fri Aug 04, 2006 9:09 pm Post subject: |
|
|
Simebaby wrote: | POIConvert does work - it converts iGO.db into a .kml (google earth) file, which is jsut an XML document.
I've managed to write a script that converts a .csv file (from POIHandler) into a google .kml file. I then used POIConvert to convert this back to iGO.db, which worked fine.
Be aware that you do lose your saved settings when you do this (preferences, home location etc) - I assume they are stored in iGO.db as well. |
When converting from kml to db, use the existing igo.db, it will put in the POIs without touching preferences/etc.
There are gazillion of csv to kml converters on the net. I saw one which worked on server-side which was very handy, I wish I had saved the link, I can't find it anymore. |
|
Back to top |
|
 |
fable Occasional Visitor

Joined: May 07, 2006 Posts: 18
|
Posted: Mon Aug 07, 2006 1:31 pm Post subject: |
|
|
You can import your POIs through an SD card as well. Backup your database (settings/advanced/user data management/backup DB), then import your pois into igo_backup.db, then do a "Restore DB" |
|
Back to top |
|
 |
mgrah Occasional Visitor

Joined: Jul 28, 2006 Posts: 15
|
Posted: Mon Aug 07, 2006 4:56 pm Post subject: |
|
|
The SD card solution suits me best, easy to arrange things without having to unlock the device.
I've got it working as well, editing the finle manually. Before continuing though I have some questions:
Is it possible to crate an infinite number of user groups? I'd rather stick to putting items in groups.
Is it possible to change the icons somehow? That data is not included in the kml file, as far as I could see... It's present in the db-file though... But writing an application for SQLite sounds a bit too much work for me ;-)
/M |
|
Back to top |
|
 |
fable Occasional Visitor

Joined: May 07, 2006 Posts: 18
|
Posted: Mon Aug 07, 2006 8:43 pm Post subject: |
|
|
No, you can't change the icon. I'll probably implement that too sometime.
I know a guy who wrote a free windows app which can do that but he hasn't released it yet. |
|
Back to top |
|
 |
vladraq Occasional Visitor

Joined: Aug 16, 2006 Posts: 4
|
Posted: Wed Aug 16, 2006 7:24 am Post subject: POI with iCONS and PHONE NUMBER in iGO, MIOMAP, MY GUIDE etc |
|
|
I've created an application that is creating iGO.KML (file with POIs to use with POICONVERT.EXE) with ICONS and PHONE NUMBERS.
Try it
http://pdi.romania.googlepages.com/
in iGO 2006 section, download iGO_POI.zip and read the README file.
Enjoy |
|
Back to top |
|
 |
mgrah Occasional Visitor

Joined: Jul 28, 2006 Posts: 15
|
Posted: Mon Sep 18, 2006 8:23 pm Post subject: |
|
|
Anyone tried this on a C710/C510??
/M |
|
Back to top |
|
 |
ernest_mio Regular Visitor

Joined: Aug 24, 2006 Posts: 98
|
Posted: Tue Sep 19, 2006 8:37 pm Post subject: |
|
|
Tried it on my 710 (v3.11) and works fine. |
|
Back to top |
|
 |
IronSoil Occasional Visitor

Joined: Sep 04, 2006 Posts: 2
|
Posted: Tue Sep 19, 2006 10:37 pm Post subject: |
|
|
I have also tried it on my C510 and it works fine... |
|
Back to top |
|
 |
DeeJay01 Regular Visitor

Joined: Mar 25, 2006 Posts: 139 Location: London
|
Posted: Sun Oct 01, 2006 1:55 am Post subject: |
|
|
ernest_mio wrote: | Tried it on my 710 (v3.11) and works fine. |
Ernest (or anyone else on here
How did you merge your existing igo.db file with the one that you would have created with POIconverter.
I have 2 kml files and I'm having truoble with merging them. |
|
Back to top |
|
 |
ernest_mio Regular Visitor

Joined: Aug 24, 2006 Posts: 98
|
Posted: Sun Oct 01, 2006 12:57 pm Post subject: |
|
|
The process if followed was:
Create ascii files for each category of POI (I created one for BMW dealerships, one for attractionsd etc).
Save these files in the ASC directory
Copy the - iGO.db from the C710 in the same folder with iGO_POI.EXE and POICONVERT.EXE
Run iGO_POI.EXE
This will open up with each of the ASCII filenames.
Select a POI category and icon for each file.
Run CREATE iGO.KML
This will create a single database file with all the categories merged together.
Run POICONVERT.EXE and press ENCODE button
Copy the new iGO.db back to the C710.
I now have all the original POIs plus the imported merged file. Some duplications but I can lib=ve with that - until SallyAnn works out how to edit the original Mio file  |
|
Back to top |
|
 |
|
Posted: Today Post subject: Pocket GPS Advertising |
|
|
We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
Have you considered making a donation towards website running costs?. Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
|
|
Back to top |
|
 |
|