Added WMS GetFeatureInfo support

This commit is contained in:
ClemensF 2020-07-13 17:48:06 +02:00
parent cd3c8585c9
commit 0d70887d37
8 changed files with 111 additions and 25 deletions

View file

@ -26,7 +26,6 @@ namespace MapControl
static MapGraticule()
{
IsHitTestVisibleProperty.OverrideMetadata(typeof(MapGraticule), new FrameworkPropertyMetadata(false));
StrokeThicknessProperty.OverrideMetadata(typeof(MapGraticule), new FrameworkPropertyMetadata(0.5));
}