From 8258a3e3e7b4259acb799eb0d3b6f25fb2b1e804 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Fri, 8 Apr 2016 14:33:49 -0500 Subject: [PATCH] update default position to match leafdoc (indirectly fixes zoom control, which no longer has it's own default) --- src/control/Control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/Control.js b/src/control/Control.js index 2bd932a7..f9eb6106 100644 --- a/src/control/Control.js +++ b/src/control/Control.js @@ -13,7 +13,7 @@ L.Control = L.Class.extend({ // @option position: String = 'topleft' // The position of the control (one of the map corners). Possible values are `'topleft'`, // `'topright'`, `'bottomleft'` or `'bottomright'` - position: 'topright' + position: 'topleft' }, initialize: function (options) {