-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
Mapper currently shows a behavior which is in contradiction to how map parts are handled otherwise:
Snapping to the closest object (and also following a path) is not limited to the current map part.
Maybe this is the intended behavior as the code uses the function Map::findAllObjectsAt() which iterates over all objects on all map parts and which is not used somewhere else.
There is another function Map::findObjectsAt() which just iterates over all objects on the current map part, so fixing that behavior is straightforward.
What is the desired behavior?
Personally, I'm in favor of limiting snapping to the current map part.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels