Update GeoApiProjection.cs

This commit is contained in:
ClemensF 2020-04-19 23:05:51 +02:00
parent 802a5255d7
commit b8617f1bdd

View file

@ -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;