cross links plugin: slightly darker red for link highlights - makes it easier to see when combined with red-heavy portal highlighters
This commit is contained in:
parent
d0b3da0183
commit
b77b4125ff
@ -207,7 +207,7 @@ window.plugin.crossLinks.testLink = function (link) {
|
|||||||
window.plugin.crossLinks.showLink = function(link) {
|
window.plugin.crossLinks.showLink = function(link) {
|
||||||
|
|
||||||
var poly = L.geodesicPolyline(link.getLatLngs(), {
|
var poly = L.geodesicPolyline(link.getLatLngs(), {
|
||||||
color: '#f11',
|
color: '#d22',
|
||||||
opacity: 0.7,
|
opacity: 0.7,
|
||||||
weight: 5,
|
weight: 5,
|
||||||
clickable: false,
|
clickable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user