mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update WmsImageLayer.cs
This commit is contained in:
parent
8d6c35e757
commit
381dca48ce
|
|
@ -39,7 +39,7 @@ namespace MapControl
|
||||||
DependencyPropertyHelper.Register<WmsImageLayer, string>(nameof(WmsLayers), null,
|
DependencyPropertyHelper.Register<WmsImageLayer, string>(nameof(WmsLayers), null,
|
||||||
async (layer, oldValue, newValue) =>
|
async (layer, oldValue, newValue) =>
|
||||||
{
|
{
|
||||||
// Ignore property change from GetImageAsync when Layers was null.
|
// Ignore property change from GetImageAsync when WmsLayers was null.
|
||||||
//
|
//
|
||||||
if (oldValue != null)
|
if (oldValue != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue