mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Fixed moving transform center across dateline.
This commit is contained in:
parent
7fbbf66acb
commit
afc93704d9
7 changed files with 63 additions and 55 deletions
|
|
@ -30,12 +30,6 @@ namespace MapControl
|
|||
East = east;
|
||||
}
|
||||
|
||||
public BoundingBox(BoundingBox boundingBox, double longitudeOffset)
|
||||
: this(boundingBox.South, boundingBox.West + longitudeOffset,
|
||||
boundingBox.North, boundingBox.East + longitudeOffset)
|
||||
{
|
||||
}
|
||||
|
||||
public double West { get; set; }
|
||||
|
||||
public double East { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue