Move the note popups up slightly
The default position makes it hard to grab the marker and move it when adding a note, so move themm up a few pixels.
This commit is contained in:
parent
7f83692317
commit
ae48206d2c
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ $(document).ready(function () {
|
|||
minWidth: 320,
|
||||
maxWidth: mapSize.y * 1 / 3,
|
||||
maxHeight: mapSize.y * 2 / 3,
|
||||
offset: new L.Point(0, -3),
|
||||
autoPanPadding: new L.Point(60, 40)
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue