mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Fixed WMS feature info request
This commit is contained in:
parent
c17cbe297f
commit
91f1960a00
6 changed files with 34 additions and 63 deletions
|
|
@ -101,8 +101,8 @@ namespace MapControl
|
|||
maxY = Math.Max(maxY, point.Y);
|
||||
}
|
||||
|
||||
if (maxX >= 0 && minX <= ParentMap.ActualWidth &&
|
||||
maxY >= 0 && minY <= ParentMap.ActualHeight)
|
||||
if (maxX >= 0d && minX <= ParentMap.ActualWidth &&
|
||||
maxY >= 0d && minY <= ParentMap.ActualHeight)
|
||||
{
|
||||
context.BeginFigure(start, true, closed);
|
||||
context.PolyLineTo(polyline, true, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue