mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-20 23:50:17 +01:00
Version 4.10.0: Simplified MapProjection.
This commit is contained in:
parent
bf69faa456
commit
30498bf593
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue