There's a trick for TomTom that i have not seen posted anywhere here, and it's quite nice (even useful).
You can add your own raster images to TomTom by following this procedure:
- create a folder named "raster" inside the TomTom executable folder.
- for each image patch you want, you must create two files:
whatevername.jpg
whatevername.sat
.sat file is a text file. An example follows:
Code: Select all-
-3.913384
40.548664
-3.886922
40.531958
5
150
654
550 Each line has the meaning:
1- File start
2- Longitude for the top left corner of the image
3- Latitude for the top left corner of the image
4- Longitude for the bottom right corner of the image
5- Latitude for the bottom right corner of the image
6- Maximum zoom value (when image disappears when zooming in)
7- Minimum zoom value (when image disappears when zooming out)
8- Image width, in pixels
9- Image height, in pixels
Raster images visualization does not work in navigation mode.
Credits here[I wish there was such a trick for iGo8...]