Merge branch 'master' of https://github.com/qnstie/ingress-intel-total-conversion into qnstie-master
This commit is contained in:
@ -513,6 +513,7 @@ try { console.log('Loading included JS now'); } catch(e) {}
|
||||
@@INCLUDERAW:external/leaflet.js@@
|
||||
// modified version of https://github.com/shramov/leaflet-plugins. Also
|
||||
// contains the default Ingress map style.
|
||||
@@INCLUDERAW:external/L.Geodesic.js@@
|
||||
@@INCLUDERAW:external/leaflet_google.js@@
|
||||
@@INCLUDERAW:external/autolink.js@@
|
||||
|
||||
|
@ -754,7 +754,7 @@ window.renderLink = function(ent) {
|
||||
[edge.originPortalLocation.latE6/1E6, edge.originPortalLocation.lngE6/1E6],
|
||||
[edge.destinationPortalLocation.latE6/1E6, edge.destinationPortalLocation.lngE6/1E6]
|
||||
];
|
||||
var poly = L.polyline(latlngs, {
|
||||
var poly = L.geodesicPolyline(latlngs, {
|
||||
color: COLORS[team],
|
||||
opacity: 1,
|
||||
weight:2,
|
||||
|
Reference in New Issue
Block a user