Skip to content

Commit a3c454c

Browse files
committed
fix doc of Overview Control
1 parent b791f74 commit a3c454c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/control/Control.Overview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ const options = {
4545
* @memberOf control
4646
* @example
4747
* var overview = new Overview({
48-
* position : {'bottom': '0', 'right': '0'},
49-
* size : {'width' : 300,'height' : 200}
48+
* position: {'bottom': '0', 'right': '0'},
49+
* size: [300, 200]
5050
* }).addTo(map);
5151
*/
5252
class Overview extends Control {

0 commit comments

Comments
 (0)