Change the label of the full screen button to be more intuitive (closes #4445)

This commit is contained in:
Bart van den Eijnden
2015-11-18 11:42:27 +01:00
parent 77ca38aa10
commit 5c592731f3

View File

@@ -36,7 +36,7 @@ ol.control.FullScreen = function(opt_options) {
*/
this.cssClassName_ = options.className ? options.className : 'ol-full-screen';
var label = options.label ? options.label : '\u2194';
var label = options.label ? options.label : '\u2922';
/**
* @private