mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
EPSG Codes & CRS IDs
This commit is contained in:
parent
b74e5aaf7a
commit
ce6f190bf1
18 changed files with 151 additions and 195 deletions
|
|
@ -17,9 +17,9 @@ namespace MapControl
|
|||
{
|
||||
public const string DefaultCrsId = "AUTO2:97002"; // GeoServer non-standard CRS ID
|
||||
|
||||
public StereographicProjection()
|
||||
public StereographicProjection(string crsId = DefaultCrsId)
|
||||
{
|
||||
CrsId = DefaultCrsId;
|
||||
CrsId = crsId;
|
||||
}
|
||||
|
||||
public override Point? LocationToMap(Location location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue