I have a line layer and two point layers. I want to cut the line layer into chunks based on distance and on whether there's a point from the two points layers.
Some context: I have a line layer that goes horizontally, vertically, and diagonally & I want to place dots every 700 meters. However, these dots placed need to be within 20 meters of the first point layer and there should NOT be a point from the second point layer. If a point from the second layer is there, then skip placing a dot here and move on the next point that's 700 meters away.
Is there a tool that could help me accomplish this?