mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Added MapProjection.Type
This commit is contained in:
parent
a07948be02
commit
16fb98ac86
15 changed files with 126 additions and 77 deletions
|
|
@ -120,7 +120,7 @@ namespace MapControl
|
|||
{
|
||||
var update = false;
|
||||
|
||||
if (ParentMap == null || !ParentMap.MapProjection.IsWebMercator)
|
||||
if (ParentMap == null || ParentMap.MapProjection.Type != MapProjectionType.WebMercator)
|
||||
{
|
||||
update = TileMatrix != null;
|
||||
TileMatrix = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue