Move link component to lower-left, shift chat slightly right
This commit is contained in:
parent
3db079f90f
commit
ed7cccb2d2
3 changed files with 3 additions and 64 deletions
|
|
@ -1,7 +1,7 @@
|
|||
componentconstructors['link'] = function(dynmap, configuration) {
|
||||
|
||||
var dynmapLink = L.Class.extend({
|
||||
options: { position: L.Control.Position.BOTTOM_RIGHT },
|
||||
options: { position: L.Control.Position.BOTTOM_LEFT },
|
||||
|
||||
onAdd: function(map) {
|
||||
this._map = map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue