Google Spreadsheet/XML/csv to OpenStreetMap

Hello,

is there any way to simply transform online or offline source like xml/csv to a dynamic map ?
something like http://googlesystem.blogspot.com/2007/04/map-list-of-locations-from-google.html
or http://www.gpsvisualizer.com/map_input

thanks

nobody ? even a hint ?

Have a look at OpenLayers. http://wiki.openstreetmap.org/wiki/OpenLayers
This lets you show a OSM map on a web page, with various overlays.

So you have to convert the spreadsheet to a format you can use with OpenLayers - maybe KML format or OpenLayers.Layer.Text (a tab separated text format). You could try GPSBabel or GPS Visualizer for the conversion.

Thanks Vclaw. I will check this.