more dimly!
This commit is contained in:
parent
3eb9bbd00c
commit
24e29eadf9
1 changed files with 2 additions and 2 deletions
|
@ -1409,11 +1409,11 @@ c3nav = {
|
||||||
for (level in c3nav._userLocationLayers) {
|
for (level in c3nav._userLocationLayers) {
|
||||||
if (!c3nav._userLocationLayers.hasOwnProperty(level)) continue;
|
if (!c3nav._userLocationLayers.hasOwnProperty(level)) continue;
|
||||||
layer = c3nav._userLocationLayers[level];
|
layer = c3nav._userLocationLayers[level];
|
||||||
factor = (level === location.level) ? 1 : 0.5;
|
factor = (level === location.level) ? 1 : 0.3;
|
||||||
L.circleMarker(latlng, {
|
L.circleMarker(latlng, {
|
||||||
radius: 11,
|
radius: 11,
|
||||||
stroke: 0,
|
stroke: 0,
|
||||||
fillOpacity: 0.1 * factor
|
fillOpacity: 0.1
|
||||||
}).addTo(layer);
|
}).addTo(layer);
|
||||||
L.circleMarker(latlng, {
|
L.circleMarker(latlng, {
|
||||||
radius: 5,
|
radius: 5,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue