mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
General map graticule for WPF
This commit is contained in:
parent
c998f19fe5
commit
a07948be02
11 changed files with 414 additions and 122 deletions
|
|
@ -31,7 +31,7 @@ namespace MapControl
|
|||
var width = rect.Width / Wgs84MeterPerDegree;
|
||||
var height = rect.Height / Wgs84MeterPerDegree;
|
||||
|
||||
return new CenteredBoundingBox(center, width, height);
|
||||
return center != null ? new CenteredBoundingBox(center, width, height) : null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue