Consistent changeset bbox color, closes #31
This commit is contained in:
parent
f1c5b66561
commit
050f763616
1 changed files with 3 additions and 2 deletions
|
@ -124,8 +124,9 @@ L.extend(L.Map.prototype, {
|
|||
way: options.style,
|
||||
area: options.style,
|
||||
changeset: {
|
||||
weight: 2,
|
||||
color: '#7ebc6f',
|
||||
weight: 1,
|
||||
color: '#FF9500',
|
||||
opacity: 1,
|
||||
fillOpacity: 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue