Version 4.10.0: Simplified MapProjection.

This commit is contained in:
ClemensF 2018-08-25 20:26:22 +02:00
parent bf69faa456
commit 30498bf593

View file

@ -28,9 +28,9 @@ namespace MapControl
private Matrix inverseViewportTransformMatrix;
/// <summary>
/// Gets the WMS 1.3.0 CRS Identifier.
/// Gets or sets the WMS 1.3.0 CRS Identifier.
/// </summary>
public string CrsId { get; protected set; }
public string CrsId { get; set; }
/// <summary>
/// Indicates if this is a normal cylindrical projection.