mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Added MapProjectionFactory
This commit is contained in:
parent
67b87acb44
commit
e2fcc1db2c
12 changed files with 87 additions and 17 deletions
|
|
@ -14,9 +14,11 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public class OrthographicProjection : AzimuthalProjection
|
||||
{
|
||||
public const string DefaultCrsId = "AUTO2:42003";
|
||||
|
||||
public OrthographicProjection()
|
||||
{
|
||||
CrsId = "AUTO2:42003";
|
||||
CrsId = DefaultCrsId;
|
||||
}
|
||||
|
||||
public override Point LocationToMap(Location location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue