mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
EPSG Codes & CRS IDs
This commit is contained in:
parent
b74e5aaf7a
commit
ce6f190bf1
18 changed files with 151 additions and 195 deletions
|
|
@ -15,7 +15,9 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public class AzimuthalEquidistantProjection : AzimuthalProjection
|
||||
{
|
||||
public AzimuthalEquidistantProjection(string crsId)
|
||||
public const string DefaultCrsId = "AUTO2:97003"; // proprietary CRS ID
|
||||
|
||||
public AzimuthalEquidistantProjection(string crsId = DefaultCrsId)
|
||||
{
|
||||
CrsId = crsId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue