Firstly, thank you for this mod, it is really amazing and useful!
I am building self-expanding factory and now I'm trying to deal with oil fields - to build pumpjacks, pipes, etc.
I use resource scanner to find exact coordinates (relatively to scanner) of each oil field. I just scanner every tile of the sector. So, the width and height are 1 and 1 tiles.
In this case the original point is right bottom corner of scanner.
And it works fine with ore patches. But not with oil fields. Scanner shows that every tile in square 3x3 around original field (that is 1x1) has an oil. But it is impossible to build pumpjacks on these tiles (they are not the center).
Is it a bug? Or oil fields are coded that way in game? Is it possible to resize it to 1x1 tile in scanner code or something?