Fix display of browsed objects on map

This commit is contained in:
John Firebaugh 2013-09-28 15:59:48 -07:00
parent e838dddf12
commit 99775524b3
7 changed files with 46 additions and 183 deletions

View file

@ -122,7 +122,12 @@ L.extend(L.Map.prototype, {
styles: {
node: options.style,
way: options.style,
area: options.style
area: options.style,
changeset: {
weight: 2,
color: '#e90',
fillOpacity: 0
}
}
});