Update worldmap.js
This commit is contained in:
parent
cd48c56e12
commit
eb3d4bb04e
@ -1439,7 +1439,7 @@ function setMarker(data) {
|
|||||||
}
|
}
|
||||||
if (data.hasOwnProperty("greatcircle") && Array.isArray(data.greatcircle) && data.greatcircle.length === 2) {
|
if (data.hasOwnProperty("greatcircle") && Array.isArray(data.greatcircle) && data.greatcircle.length === 2) {
|
||||||
delete opt.fill;
|
delete opt.fill;
|
||||||
opt.vertices = opt.vertices || 100;
|
//opt.vertices = opt.vertices || 100;
|
||||||
if (!data.hasOwnProperty("weight")) { opt.weight = 3; } //Standard settings different for lines
|
if (!data.hasOwnProperty("weight")) { opt.weight = 3; } //Standard settings different for lines
|
||||||
if (!data.hasOwnProperty("opacity")) { opt.opacity = 0.8; }
|
if (!data.hasOwnProperty("opacity")) { opt.opacity = 0.8; }
|
||||||
var greatc = L.Polyline.Arc(data.greatcircle[0], data.greatcircle[1], opt);
|
var greatc = L.Polyline.Arc(data.greatcircle[0], data.greatcircle[1], opt);
|
||||||
|
Loading…
Reference in New Issue
Block a user