View Single Post
rcull's Avatar
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#11
New version 0.7



GPLed
Source and install files available from website www.rikcull.f2s.com

Normal Operations

Directly import foreign POI files. Currently tomtom (.ov2), garmin_poi(.cvs), geo(.loc), gpx (.gpx) but any format supported by gpsbabel easily corporated. Converts 'on the fly' to gpx, inserting category into the gpx if not all ready there. Saves in <filename>.gpx without the category also in <filename>_MM.gpx with category inserted into gpx.

Installs and uses gpsbabel and sqlite3. ( executables in application path, dlls in winsys )

Uses a unique index to avoid possibility of duplicates. ( could previously load the same poifile twice)

Database operations

Add a new POI
Delete selected POI
Display all POI
Display all POI in category
Delete all POI
Delete all POI in category

Add a new category
Delete selected category ( only if no POI in category )
Display all categories
Edit category description

Export POI in category to GPX file with category in 'sym' tags. ( <category>.gpx )

Export full db to GPX with categories in 'sym' tags ( <DBDump>.gpx )

From the file menu

Database Operations
Create new default MM poi.db
Call gpsbabelgui

From Help menu

Help screen
About screen