Skip to content

Commit

Permalink
more complex example
Browse files Browse the repository at this point in the history
  • Loading branch information
mithron committed Aug 22, 2014
1 parent d5283c2 commit 66b9acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

var m = L.map('map').setView([50.65,-13.95],3);

var llist = L.control.locationlist();
var llist = L.control.locationlist({ showList: true, nextTitle: "Go Forward!"});
m.addControl(llist);

var layer = L.tileLayer(MB_URL, {attribution: MB_ATTR, id: 'examples.map-20v6611k'}).addTo(m);
Expand Down

0 comments on commit 66b9acc

Please sign in to comment.