diff options
Diffstat (limited to 'extlib/leaflet/src/control/Control.js')
-rw-r--r-- | extlib/leaflet/src/control/Control.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extlib/leaflet/src/control/Control.js b/extlib/leaflet/src/control/Control.js new file mode 100644 index 00000000..a01c6807 --- /dev/null +++ b/extlib/leaflet/src/control/Control.js @@ -0,0 +1,9 @@ +
+L.Control = {};
+
+L.Control.Position = {
+ TOP_LEFT: 'topLeft',
+ TOP_RIGHT: 'topRight',
+ BOTTOM_LEFT: 'bottomLeft',
+ BOTTOM_RIGHT: 'bottomRight'
+};
\ No newline at end of file |