Learn how to design FTTH (Fiber to the Home) networks in QGIS using the FiberQ plugin! (https://www.fiberq.net/) In this video, we show you how to visualize multiple fiber cables traveling along the same route, breaking up overlapping lines so each cable is clearly visible. Perfect for FTTH planning, cable documentation, and network design.
Exspression Statement:
if(
$id = 1,
0,
if($id % 2 = 0,
-floor($id / 2),
floor($id / 2)
)
)