IGO8 KML file load
I am trying to make IGO8 recognize my kml file.
the file looks like this:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Folder>
<Folder>
<name>Day 1</name>
<Placemark>
<name>001 Location1 - ATR - Desc1</name>
<description>Addrs1 </description>
<phoneNumber>Tel1</phoneNumber>
<address> </address>
<Point><coordinates>34.814987,32.048725</coordinates></Point>
</Placemark>
</Folder>
</Folder>
</kml>
when I start IGO8 -
manage-POI- the file is shown as : Atestigo8 igo8 (kml)
click on it shows the folder day1
click on day1 shows <NO ITEMS>
can someone suggest my problem ? did I miss something on the kml syntax ?
Any help would be appriciated
p.s.
1. Strating up IGO8 creates the kix and kns files
2. the kml file is located in \SD Card\iGO8\content\userdata\poi
3. when I add new group, the group is added, but when I view the file using notepad, the new group is not there. So I guess IGO8 is actually working on another location ???
thanks again
|