fillopacity 0.1
This commit is contained in:
parent
95fce11d00
commit
e2025e65fe
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ c3nav = {
|
||||||
L.geoJSON(data.geometry, {
|
L.geoJSON(data.geometry, {
|
||||||
style: {
|
style: {
|
||||||
color: c3nav._primary_color,
|
color: c3nav._primary_color,
|
||||||
fillOpacity: 0.2,
|
fillOpacity: 0.1,
|
||||||
}
|
}
|
||||||
}).addTo(c3nav._routeLayers[data.level]);
|
}).addTo(c3nav._routeLayers[data.level]);
|
||||||
}
|
}
|
||||||
|
@ -1409,7 +1409,7 @@ c3nav = {
|
||||||
L.circleMarker(latlng, {
|
L.circleMarker(latlng, {
|
||||||
radius: 11,
|
radius: 11,
|
||||||
stroke: 0,
|
stroke: 0,
|
||||||
fillOpacity: 0.2
|
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