OpenLayers.Layer.Markers - propagate layer's opacity to the markers. Thanks
ahughes for the bug report and crschmidt for review and advices. (Closes #1114) git-svn-id: http://svn.openlayers.org/trunk/openlayers@5509 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -29,6 +29,12 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
*/
|
||||
div: null,
|
||||
|
||||
/**
|
||||
* Property: opacity
|
||||
* {Float} The layer's opacity. Float number between 0.0 and 1.0.
|
||||
*/
|
||||
opacity: null,
|
||||
|
||||
/**
|
||||
* Constant: EVENT_TYPES
|
||||
* {Array(String)} Supported application event types
|
||||
|
||||
Reference in New Issue
Block a user