compact menu fix, changeset highlight styles
This commit is contained in:
parent
e2f55c1c1b
commit
821f949869
5 changed files with 42 additions and 9 deletions
|
@ -29,7 +29,7 @@ OSM.History = function(map) {
|
|||
};
|
||||
|
||||
function highlightChangeset(id) {
|
||||
group.getLayer(id).setStyle({fillOpacity: 0.5});
|
||||
group.getLayer(id).setStyle({fillOpacity: 0.3});
|
||||
$("#changeset_" + id).addClass("selected");
|
||||
}
|
||||
|
||||
|
|
|
@ -125,7 +125,7 @@ L.extend(L.Map.prototype, {
|
|||
area: options.style,
|
||||
changeset: {
|
||||
weight: 2,
|
||||
color: '#e90',
|
||||
color: '#7ebc6f',
|
||||
fillOpacity: 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue