From 41aaee4741958bbf90c7a8cf65d629185541c068 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Wed, 13 Jun 2018 17:33:47 +0200 Subject: [PATCH] Reworked WmsImageLayer --- MapControl/WPF/MapMultiPolygon.WPF.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/WPF/MapMultiPolygon.WPF.cs b/MapControl/WPF/MapMultiPolygon.WPF.cs index 3ccce090..3127d0ea 100644 --- a/MapControl/WPF/MapMultiPolygon.WPF.cs +++ b/MapControl/WPF/MapMultiPolygon.WPF.cs @@ -10,7 +10,7 @@ namespace MapControl { /// /// A multi-polygon defined by a collection of collections of Locations. - /// With a FillRule of EvenOdd, this allows to draw polygons with holes. + /// Allows to draw polygons with holes. /// /// A PolygonCollection (with ObservableCollection of Location elements) may be used /// for the Polygons property if collection changes of the property itself and its