mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Updated MapProjection and MapGraticule
This commit is contained in:
parent
2a45c1165c
commit
cfed3575ac
16 changed files with 392 additions and 355 deletions
|
|
@ -76,7 +76,7 @@ namespace MapControl
|
|||
{
|
||||
var longitudeOffset = 0d;
|
||||
|
||||
if (ParentMap.MapProjection.IsNormalCylindrical && location != null)
|
||||
if (location != null != ParentMap.MapProjection.IsNormalCylindrical)
|
||||
{
|
||||
var position = ParentMap.LocationToView(location);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue