update default position to match leafdoc
(indirectly fixes zoom control, which no longer has it's own default)
This commit is contained in:
parent
b74cf171f8
commit
8258a3e3e7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user