Sidetracked Solution
Goal of the puzzle is to rearrange the 4 map pieces so that there is a connected path from the blue X to the blue O.
There are actually 3 different configurations for the map pieces, but they are only different in looks - they actually all connect on the same points.
There are multiple answers for each configuration that the software checks, but I've put an example solve for each of the below.
Configuration 1
Example solve:
bottomleft,topleft
topright,topright,rotate
bottomright,bottomleft,rotate
topleft,bottomright
Configuration 2
bottomleft,topleft
topright,topright,rotate
topleft,bottomleft,rotate
bottomright,bottomright,rotate
Configuration 3
topleft,topleft,rotate
bottomright,topright
bottomleft,bottomleft,rotate
topright,bottomright
Solution
Config 1 Example (there are multiple solutions that the program will detect)
bottomleft,topleft
topright,topright,rotate
bottomright,bottomleft,rotate
topleft,bottomright
Config 2 Example
bottomleft,topleft
topright,topright,rotate
topleft,bottomleft,rotate
bottomright,bottomright,rotate
Config 3 Example
topleft,topleft,rotate
bottomright,topright
bottomleft,bottomleft,rotate
topright,bottomright
Hinting
There's only one tile that connects the top half of the connection points to the bottom half.