<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">As I said in a previous post, I don't see why I need to have a GPS to get an approximation of my location. I then suggested using an open source cell list or Google API.<br>So, I have just finished writing a program that parses your kml file from the gsmmap, send the request to Google and it will get your approx location (just like Google Maps on your mobile) and write the result in another kml file.<br>The program is written in Java. To run it under windows: <br><br>C:\Program Files\Java\jdk1.6.0_17\bin>java -jar glocation.jar<br>Usage: glocation -i <path to input file> -o <output file><br><br><br>C:\Program Files\Java\jdk1.6.0_17\bin>java -jar glocation.jar -i c:\gsm.kml -o final.kml<br><br>Name : MNC 03 (T-Mobile)<br>Name : LAC 3030<br>Name : CELL-ID 0031<br>Name : CELL-ID 0032<br>Name : CELL-ID 135c<br>Name : CELL-ID 24a7<br>Name : CELL-ID
 4c2a<br>Name : CELL-ID 4c31<br>Name : CELL-ID 4d10<br>Name : CELL-ID 51e3<br>Name : CELL-ID 537b<br>Name : CELL-ID 5567<br>Name : CELL-ID 5f8a<br>Name : LAC 4010<br>Name : CELL-ID 4c34<br>Name : CELL-ID 5b4b<br>---------------------------------------<br>Sending data to Google...<br>{"location":{"latitude":48.21451,"longitude":16.356414,"accuracy":511.0},"access<br>_token":"2:BaEsaRey871FCt1e:A5vJ-lyJuPrukpMV"}<br>lat=48.21451<br>long=16.356414<br></td></tr></table><br>