Skip to content

Commit

Permalink
Avoid using secured layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Aug 5, 2023
1 parent d9ba636 commit 8cae493
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ public sealed partial class PopupViewerSample : Page
public PopupViewerSample()
{
this.InitializeComponent();

Map.Loaded += (s, e) =>
{
Map.OperationalLayers.RemoveAt(0); // Remove secured layer
};
}

// Webmap configured with Popup
Expand Down

0 comments on commit 8cae493

Please sign in to comment.