mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
EPSG Codes & CRS IDs
This commit is contained in:
parent
ce6f190bf1
commit
03c18d5126
9 changed files with 66 additions and 72 deletions
|
|
@ -17,9 +17,9 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public class EquirectangularProjection : MapProjection
|
||||
{
|
||||
public const int EpsgCode = 4326;
|
||||
public const string DefaultCrsId = "EPSG:4326";
|
||||
|
||||
public EquirectangularProjection(string crsId = "EPSG:4326")
|
||||
public EquirectangularProjection(string crsId = DefaultCrsId)
|
||||
{
|
||||
Type = MapProjectionType.NormalCylindrical;
|
||||
CrsId = crsId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue