Changeset 6900
- Timestamp:
- 04/14/08 17:26:02 (9 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Vector.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Vector.js
r6833 r6900 13 13 * Class: OpenLayers.Layer.Vector 14 14 * Instances of OpenLayers.Layer.Vector are used to render vector data from 15 * a variety of sources. Create a new imagelayer with the16 * <OpenLayers.Layer.Vector> constructor.15 * a variety of sources. Create a new vector layer with the 16 * <OpenLayers.Layer.Vector> constructor. 17 17 * 18 18 * Inherits from:
