mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed MapProjectionType
This commit is contained in:
parent
d71d6c6e01
commit
9c02647c59
15 changed files with 29 additions and 71 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue