compact menu fix, changeset highlight styles

This commit is contained in:
Eden Halperin 2013-11-06 15:07:35 -05:00
parent e2f55c1c1b
commit 821f949869
5 changed files with 42 additions and 9 deletions

View file

@ -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");
}

View file

@ -125,7 +125,7 @@ L.extend(L.Map.prototype, {
area: options.style,
changeset: {
weight: 2,
color: '#e90',
color: '#7ebc6f',
fillOpacity: 0
}
}