mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Updated map projections
This commit is contained in:
parent
9c02647c59
commit
98f057ca0c
4 changed files with 6 additions and 12 deletions
|
|
@ -49,9 +49,7 @@ namespace MapControl.Projections
|
|||
var name = field.Projection?.Name ??
|
||||
throw new ArgumentException("CoordinateSystem.Projection must not be null.", nameof(value));
|
||||
|
||||
IsNormalCylindrical = name.StartsWith("Mercator") ||
|
||||
name.StartsWith("Equirectangular") ||
|
||||
name.Contains("Pseudo-Mercator");
|
||||
IsNormalCylindrical = name.StartsWith("Mercator") || name.Contains("Pseudo-Mercator");
|
||||
|
||||
var transformFactory = new CoordinateTransformationFactory();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue