Removed MapProjectionType

This commit is contained in:
ClemensFischer 2026-01-24 17:42:00 +01:00
parent d71d6c6e01
commit 9c02647c59
15 changed files with 29 additions and 71 deletions

View file

@ -76,7 +76,7 @@ namespace MapControl
{
var longitudeOffset = 0d;
if (ParentMap.MapProjection.Type <= MapProjectionType.NormalCylindrical && location != null)
if (ParentMap.MapProjection.IsNormalCylindrical && location != null)
{
var position = ParentMap.LocationToView(location);