aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/src/control/Control.js
blob: a01c6807a7003950a6adaa5ba5616fd9783cbf85 (plain)
1
2
3
4
5
6
7
8
9
L.Control = {};

L.Control.Position = {
	TOP_LEFT: 'topLeft',
	TOP_RIGHT: 'topRight',
	BOTTOM_LEFT: 'bottomLeft',
	BOTTOM_RIGHT: 'bottomRight'
};