Pull backbone from sandbox testing mod and turn into own mod = done
Research: 
late game level; need roboports, optics, substations unlocked
"electric-energy-distribution-2","optics","logistic-robotics","construction-robotics", "advanced-electronics-2"
Bob's logistics changes tech tree levels; need detect script to comply with him.
"bob-robo-modular-1" needed for roboport, else you would have logistic network before first roboport.
done


power poles:
1x1 backbone = done
2x2 lights only ? = Lots of mods do this aready, nothing new here.

logistic zone + power + lamp = need graphics

Maths:
shift 1=32 pixels
x,y
x= +right, -left
y= +down, -up


selection_box = {{Left border, Top border}, {Right border, Bottom border}},
selection_box = {{ (- Width / 2) + offset, - Height / 2 }, { (Width / 2) + offset, Height / 2 }},