POI Convert Tools - 11/08/08
Added some dedicated POI file conversion pages as an alternative to using the standard POI Editor page. Converting Points of Interest should now be even easier. Check it out here.
Added support for TomTom's .itn Itinerary file format - 31/7/08
This is a simple ascii format. The file spec looks like :
decimal longitude mutlipled by 100000|decimal latitude multiplied by 100000|Nice Name|Flag|
e.g.
-153896|5380215|My House|1|
The flag field is mostly ignored by POI Editor (especially when loading itns) but you can manually edit it in a text editor if you really want to. The itinerary flag field consists of :
0 : None
1 : Itinerary location is enabled
2 : Itinerary location is a stop-over (as opposed to a pass-by location)
4 : Itinerary location is departure point (Should only be set for the first item in the itinerary file)
The flags can be combined, 5 would be 1+4 -- an enabled, departure point. 3, 2+1 -- an enabled stop-over. etc.