mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Version 4.12. Revised projections
This commit is contained in:
parent
8cafe207cb
commit
90aa92def0
25 changed files with 390 additions and 167 deletions
|
|
@ -10,7 +10,7 @@ using System.Windows;
|
|||
namespace MapControl
|
||||
{
|
||||
/// <summary>
|
||||
/// Transforms map coordinates according to the Equirectangular Projection.
|
||||
/// Equirectangular Projection.
|
||||
/// Longitude and Latitude values are transformed identically to X and Y.
|
||||
/// </summary>
|
||||
public class EquirectangularProjection : MapProjection
|
||||
|
|
@ -23,8 +23,8 @@ namespace MapControl
|
|||
public EquirectangularProjection(string crsId)
|
||||
{
|
||||
CrsId = crsId;
|
||||
IsCylindrical = true;
|
||||
TrueScale = 1;
|
||||
IsNormalCylindrical = true;
|
||||
TrueScale = 1d;
|
||||
}
|
||||
|
||||
public override Vector GetMapScale(Location location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue