Merge pull request #1181 from pagameba/doc-observables

Add `@todo observable` documentation for observable properties
This commit is contained in:
Paul Spencer
2013-10-31 10:51:20 -07:00
12 changed files with 65 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ ol.control.MousePositionProperty = {
* @extends {ol.control.Control}
* @param {ol.control.MousePositionOptions=} opt_options Mouse position options.
* @todo stability experimental
* @todo observable projection {ol.proj.Projection} the projection to report
* mouse position in
* @todo observable coordinateFormat {string} the format to render the current
* position in
*/
ol.control.MousePosition = function(opt_options) {

View File

@@ -51,6 +51,8 @@ ol.control.ScaleLineUnits = {
* @extends {ol.control.Control}
* @param {ol.control.ScaleLineOptions=} opt_options Scale line options.
* @todo stability experimental
* @todo observable units {ol.control.ScaleLineUnits} the units to use in the
* scale line
*/
ol.control.ScaleLine = function(opt_options) {