mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
MapGraticule
This commit is contained in:
parent
5c8d000378
commit
2a45c1165c
2 changed files with 31 additions and 39 deletions
|
|
@ -160,9 +160,8 @@ namespace MapControl
|
|||
{
|
||||
string response = null;
|
||||
|
||||
if (ServiceUri != null && HasLayer && ParentMap != null &&
|
||||
position.X >= 0d && position.X <= ParentMap.ActualWidth &&
|
||||
position.Y >= 0d && position.Y <= ParentMap.ActualHeight)
|
||||
if (ServiceUri != null && HasLayer &&
|
||||
ParentMap != null && ParentMap.InsideViewBounds(position))
|
||||
{
|
||||
var uri = GetFeatureInfoRequestUri(position, format);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue