mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update GeoApiProjection.cs
This commit is contained in:
parent
802a5255d7
commit
b8617f1bdd
|
|
@ -53,7 +53,7 @@ namespace MapControl.Projections
|
|||
|
||||
CrsId = (!string.IsNullOrEmpty(coordinateSystem.Authority) && coordinateSystem.AuthorityCode > 0)
|
||||
? string.Format("{0}:{1}", coordinateSystem.Authority, coordinateSystem.AuthorityCode)
|
||||
: null;
|
||||
: "";
|
||||
|
||||
var projection = (coordinateSystem as IProjectedCoordinateSystem)?.Projection;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue