Skip to content

Commit

Permalink
Position toolbar at the topright to illustrate possibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Jul 24, 2013
1 parent 69dba7c commit 9201589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
L.drawLocal.draw.toolbar.buttons.polygon = 'Draw a sexy polygon!';

var drawControl = new L.Control.Draw({
position: 'topright',
draw: {
position: 'topleft',
polygon: {
allowIntersection: false,
showArea: true,
Expand Down

0 comments on commit 9201589

Please sign in to comment.