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