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:
@ -207,7 +207,7 @@ window.plugin.crossLinks.testLink = function (link) {
|
||||
window.plugin.crossLinks.showLink = function(link) {
|
||||
|
||||
var poly = L.geodesicPolyline(link.getLatLngs(), {
|
||||
color: '#f11',
|
||||
color: '#d22',
|
||||
opacity: 0.7,
|
||||
weight: 5,
|
||||
clickable: false,
|
||||
|
Reference in New Issue
Block a user