mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Version 4.10.0: Added MapProjections library project.
This commit is contained in:
parent
30498bf593
commit
8c2cd92fe4
13 changed files with 635 additions and 7 deletions
|
|
@ -19,11 +19,6 @@ namespace MapControl
|
|||
{
|
||||
public Location ProjectionCenter { get; private set; } = new Location();
|
||||
|
||||
public override Vector GetMapScale(Location location)
|
||||
{
|
||||
return new Vector(ViewportScale, ViewportScale);
|
||||
}
|
||||
|
||||
public override Rect BoundingBoxToRect(BoundingBox boundingBox)
|
||||
{
|
||||
var cbbox = boundingBox as CenteredBoundingBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue