Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | define(['leaflet', 'helper'], |
||
37 | nodes.forEach(function (d) { |
||
38 | var p = map.project([d.node.nodeinfo.location.latitude, d.node.nodeinfo.location.longitude]); |
||
39 | |||
40 | p.x -= s.x; |
||
41 | p.y -= s.y; |
||
42 | |||
43 | helper.positionClients(ctx, p, d.startAngle, d.node.statistics.clients, startDistance); |
||
44 | }); |
||
45 | |||
51 |