views:

54

answers:

2

I am looking for some kind of earth model that at run time can pick up some data from an xml file and display it on the earth based on lan or lon etc.Is there something like that ? Any OpenGL or flash where I don't have to do coding just feed the thing.Can someone shed some light on available ways to accomplish this.Something on the lines of geocode earth or twitter earth but lan or lon mmm or what ever..

A: 

AThere is a FOSS lot of software /frameworks to deal with GIS and KML.

I would suggest importing your x,y in QGIS using the text delimiter plugin.

Then save the layer as KML and open it directly with Google Earth or even google maps

dassouki
A: 

You need to be more specific about how your xml data is defined. The most common standards are KML, GeoRSS, GML. These formats rely on lat,long so you should be good for that part.

If your XML does not conform to this then you will probably need to convert it first. But if you just want an app to pick it up then I would suggest that you ensure that it is properly formatted. This way most geo apps will be able to read it.

jjrdk