Merge pull request #4449 from bartvde/issue-4445
Change the label of the full screen button to be more intuitive
This commit is contained in:
@@ -36,7 +36,7 @@ ol.control.FullScreen = function(opt_options) {
|
|||||||
*/
|
*/
|
||||||
this.cssClassName_ = options.className ? options.className : 'ol-full-screen';
|
this.cssClassName_ = options.className ? options.className : 'ol-full-screen';
|
||||||
|
|
||||||
var label = options.label ? options.label : '\u2194';
|
var label = options.label ? options.label : '\u2922';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
|
|||||||
Reference in New Issue
Block a user