metacat/lib/spatial/openlayers/doc/Layer.Text.txt @ 4103
1 |
OpenLayers.Layer.Text |
---|---|
2 | |
3 |
Subclass of Markers layer which retrieves CSV file from the web, and parses content to create markers and popups. |
4 | |
5 |
* Constructor |
6 |
OpenLayers.Layer.Text(name, options) -- Pass in name, and set location: 'URL of CSV file' in the options hash. |
7 | |
8 |
* Methods |
9 |
parseData(ajaxRequest) -- none -- Parses returned CSV file. |
10 |