Fix display of browsed objects on map
This commit is contained in:
parent
e838dddf12
commit
99775524b3
7 changed files with 46 additions and 183 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue