mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MainWindow.xaml
This commit is contained in:
parent
cf08a2baae
commit
ddc11bcc8a
|
|
@ -142,11 +142,7 @@
|
|||
<map:Pushpin AutoCollapse="True" Location="35,33" Content="Cyprus"/>
|
||||
<map:Pushpin AutoCollapse="True" Location="28.25,-16.5" Content="Tenerife"/>
|
||||
|
||||
<map:MapPolygon Stroke="Yellow" StrokeThickness="2">
|
||||
<map:MapPolygon.Locations>
|
||||
<map:LocationCollection>53.45,8.1 53.45,8.3 53.55,8.3 53.55,8.1</map:LocationCollection>
|
||||
</map:MapPolygon.Locations>
|
||||
</map:MapPolygon>
|
||||
<map:MapPolygon Stroke="Yellow" StrokeThickness="2" Locations="53.45,8.1 53.45,8.3 53.55,8.3 53.55,8.1"/>
|
||||
|
||||
<map:MapPath Location="53.5,8.2" Stroke="Blue" StrokeThickness="3" Fill="#1F007F00">
|
||||
<map:MapPath.Data>
|
||||
|
|
|
|||
Loading…
Reference in a new issue