Skip to content

Commit

Permalink
[Typo] s/meaurement/measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Apr 8, 2016
1 parent 60777c7 commit 3785ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/draw/handler/Draw.Circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ L.Draw.Circle = L.Draw.SimpleShape.extend({
clickable: true
},
showRadius: true,
metric: true, // Whether to use the metric meaurement system or imperial
metric: true, // Whether to use the metric measurement system or imperial
feet: true // When not metric, use feet instead of yards for display
},

Expand Down
2 changes: 1 addition & 1 deletion src/draw/handler/Draw.Polyline.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ L.Draw.Polyline = L.Draw.Feature.extend({
fill: false,
clickable: true
},
metric: true, // Whether to use the metric meaurement system or imperial
metric: true, // Whether to use the metric measurement system or imperial
feet: true, // When not metric, to use feet instead of yards for display.
showLength: true, // Whether to display distance in the tooltip
zIndexOffset: 2000 // This should be > than the highest z-index any map layers
Expand Down

0 comments on commit 3785ca8

Please sign in to comment.