GPS Color Speedometer and TomTom POI editor

eclipse_wolfgang

Member
Licensed User
Hi all,

based on Erel's GPS-Example i wrote a speedometer changing its background color at common speed limits.

You can also save the current coordinates as a waypoint in G7ToWin data format and in a POI file for TomTom navigator.
There is also a small editor for the TomTom POI files.

Have fun with it!
 

Attachments

  • EditPOI.sbp
    11.2 KB · Views: 464
  • GPS-Tacho.jpg
    GPS-Tacho.jpg
    13.9 KB · Views: 394
  • GPS-Tacho.sbp
    13.1 KB · Views: 545
Last edited:

eclipse_wolfgang

Member
Licensed User
Hi,

here is the zipped file with both source codes and the libraries.
 

Attachments

  • GPS-Tacho.zip
    23.7 KB · Views: 492
Last edited:

DieterR

Member
Licensed User
Longtime User
advanced tomtom POI (OVI) Editor

Hi,
this creation is based on Wolfgangs tomtom POI Editor sample. Many Thanks to him! :sign0060: Now it is also running with the optimized compiler.

tomtom POI files are often very large so that I tried to make it a little bit faster. I replaced the major parts that are reading and writing the .ov2 files with Binaryfile.dll instructions. Additionally I added an explanation of the .ov2 file structure. Therefore, anyone can continue optimization.;)

The Zip includes a ready to use .exe for devices with .NET 2 (or higher).

Best regards
DieterR
 

Attachments

  • OVI_Editor.zip
    30.5 KB · Views: 379
Top