9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
|
|
L.Control = {};
|
|
|
|
L.Control.Position = {
|
|
TOP_LEFT: 'topLeft',
|
|
TOP_RIGHT: 'topRight',
|
|
BOTTOM_LEFT: 'bottomLeft',
|
|
BOTTOM_RIGHT: 'bottomRight'
|
|
}; |