Skip to content

Commit 1adcde9

Browse files
committed
mdd-fix
mdd-fix
1 parent c386d62 commit 1adcde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/IGGeographicMap/Samples/Data/BindingGeoImagery.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private void ShowAzureMapsImagery(AzureMapImageryView mapView)
149149
{
150150
string mapKey = this.AzureMadeMapKey;
151151
var mapImage = new Image();
152-
if (!String.IsNullOrEmpty(mapKey))
152+
if (String.IsNullOrEmpty(mapKey))
153153
{
154154
var mapStyle = mapView.ImageryStyle;
155155
Uri mapURI = null;

0 commit comments

Comments
 (0)