Does OpenLayers support the uploading and rendering of CSV files? If it does, how?
I used this code and it didn't help.
var curLayer = new OpenLayers.Layer.Vector("layer", { protocol: new OpenLayers.Protocol.HTTP({ url: "test.txt", format: new OpenLayers.Format.Text() })});map.addLayer(layer);Any help appreciated. Thank you.
أكثر...
I used this code and it didn't help.
var curLayer = new OpenLayers.Layer.Vector("layer", { protocol: new OpenLayers.Protocol.HTTP({ url: "test.txt", format: new OpenLayers.Format.Text() })});map.addLayer(layer);Any help appreciated. Thank you.
أكثر...