Fixing links in documentation. Other Natural Docs changes. (closes #1504)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -87,13 +87,13 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, {
|
||||
|
||||
/**
|
||||
* APIProperty: features
|
||||
* Array({<OpenLayers.Feature.Vector>})
|
||||
* {Array(<OpenLayers.Feature.Vector>)}
|
||||
*/
|
||||
features: null,
|
||||
|
||||
/**
|
||||
* Property: selectedFeatures
|
||||
* Array({<OpenLayers.Feature.Vector>})
|
||||
* {Array(<OpenLayers.Feature.Vector>)}
|
||||
*/
|
||||
selectedFeatures: null,
|
||||
|
||||
@@ -118,7 +118,7 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, {
|
||||
|
||||
/**
|
||||
* Property: renderers
|
||||
* Array({String}) List of supported Renderer classes. Add to this list to
|
||||
* {Array(String)} List of supported Renderer classes. Add to this list to
|
||||
* add support for additional renderers. This list is ordered:
|
||||
* the first renderer which returns true for the 'supported()'
|
||||
* method will be used, if not defined in the 'renderer' option.
|
||||
|
||||
Reference in New Issue
Block a user