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:
Tom Hughes 2013-02-03 13:04:14 +00:00
parent 7f83692317
commit ae48206d2c

View file

@ -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)
};
}