Skip to content

Commit

Permalink
better style defaults for vector features
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 18, 2013
1 parent 518b82b commit 2e9141f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/layer/vector/Path.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ L.Path = L.Layer.extend({

options: {
stroke: true,
color: '#0033ff',
// dashArray: null,
color: '#3377ff',
weight: 3,
opacity: 1,
lineCap: 'round',
lineJoin: 'round',
weight: 5,
opacity: 0.5,
// dashArray: null

// fill: false,
// fillColor: null, same as color by default
// fill: false
// fillColor: same as color by default
fillOpacity: 0.2,

// className: ''
Expand Down

0 comments on commit 2e9141f

Please sign in to comment.