Revert commit

This commit is contained in:
ClemensFischer 2025-03-22 17:11:58 +01:00
parent f1fa37a9a5
commit 4cabda97a4
8 changed files with 7 additions and 63 deletions

View file

@ -64,10 +64,7 @@
<map:MapItemsControl ItemsSource="{Binding Pushpins}"
SelectedItem="{Binding SelectedPushpin}"
SelectionMode="Multiple"
SelectionChanged="MapItemsControlSelectionChanged"
PointerPressed="MapItemsControl_PointerPressed"
PointerReleased="MapItemsControl_PointerReleased"
Tapped="MapItemsControl_Tapped">
SelectionChanged="MapItemsControlSelectionChanged">
<map:MapItemsControl.Styles>
<Style Selector="map|MapItem">
<Setter Property="map:MapPanel.Location" Value="{Binding Location}"/>