Consistent changeset bbox color, closes #31

This commit is contained in:
Aaron Lidman 2013-11-07 09:48:04 -08:00
parent f1c5b66561
commit 050f763616

View file

@ -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
}
}