adding OpenLayers.Control.Attribution to the list of controls in the OL suite. includes example and tests. very nice. Thanks to pensyakito and cr5 for getting this together and complete. (Closes #103)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -73,6 +73,13 @@ OpenLayers.Layer = OpenLayers.Class({
|
||||
*/
|
||||
visibility: true,
|
||||
|
||||
/**
|
||||
* APIProperty: attribution
|
||||
* {String} Attribution string, displayed when an
|
||||
* <OpenLayers.Control.Attribution> has been added to the map.
|
||||
*/
|
||||
attribution: null,
|
||||
|
||||
/**
|
||||
* Property: inRange
|
||||
* {Boolean} The current map resolution is within the layer's min/max
|
||||
|
||||
Reference in New Issue
Block a user