Updated MapProjection

This commit is contained in:
ClemensFischer 2026-02-05 20:27:03 +01:00
parent 3548435e6f
commit 4905e16df9
2 changed files with 11 additions and 11 deletions

View file

@ -290,7 +290,7 @@ namespace MapControl
{
(var rect, var rotation) = parentMap.MapProjection.BoundingBoxToMap(boundingBox);
ArrangeElement(element, rect, rotation);
ArrangeElement(element, rect, -rotation);
}
else
{