Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Trouble with setting both DataTemplate and ControlTemplate to Map Pushpins in WPF

$
0
0

I am having trouble setting both DataTemplate and ControlTemplate to my bing map pushpins. I am using data binding which works to a point when i try to customize my pushpins by adding ControlTemplate.

My code:

<UserControl x:Class="BingMap.MapUserControl"
         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
         xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
         xmlns:m="clr-namespace:Microsoft.Maps.MapControl.WPF;assembly=Microsoft.Maps.MapControl.WPF" 
         xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing"
         xmlns:viewPushpins="clr-namespace:Program.Map_Control.ViewPushpins"><UserControl.DataContext><viewPushpins:MapViewPushpins/></UserControl.DataContext><UserControl.Resources><DataTemplate x:Key="PushpinDataTemplateP"><m:Pushpin Location = "{Binding MapLocationP}" ToolTip="{Binding MapTooltipTextP}"/></DataTemplate><ControlTemplate x:Key="PushpinControlTemplateP"><Grid><Ellipse Fill="Green" Width="15" Height="15" /></Grid></ControlTemplate></UserControl.Resources><Grid><m:Map  Name="myMap"
            CredentialsProvider="..."
            ZoomLevel="1"
            Center="30,-100"
            Mode="AerialWithLabels"
            MouseLeftButtonUp="Map_Left_Click_Up"><m:MapItemsControl
            Template="{StaticResource PushpinControlTemplateP}"
            ItemTemplate="{StaticResource PushpinDataTemplateP}" MouseLeftButtonUp="Map_Left_Click_Up"
            ItemsSource="{Binding  MapLocationsP}"/></m:Map></Grid></UserControl>

This code works if i remove line:

Template="{StaticResource PushpinControlTemplateP}"

but then I don't get my customized pushpins.

Any ideas on how can i fix this?

Thank you.


<style type="text/css">img.imageResizerActiveClass{cursor:nw-resize !important;outline:1px dashed black !important;} img.imageResizerChangedClass{z-index:300 !important;max-width:none !important;max-height:none !important;} img.imageResizerBoxClass{margin:auto; z-index:99999 !important; ; top:0; left:0; right:0; bottom:0; border:1px solid white; outline:1px solid black;} </style>


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>