Version 2.8.0: Improved MapImageLayer.

This commit is contained in:
ClemensF 2016-02-23 20:07:30 +01:00
parent 1f18c48285
commit de5576447d
84 changed files with 327 additions and 201 deletions

View file

@ -168,8 +168,10 @@
</Grid.RowDefinitions>
<map:Map x:Name="map" TileLayer="{Binding [OpenStreetMap], Source={StaticResource TileLayers}}"
Center="{Binding MapCenter}" MinZoomLevel="2" ZoomLevel="11" ManipulationMode="All">
<map:MapImage x:Name="mapImage" South="53.54031" North="53.74871" West="8.08594" East="8.43750"
Source="10_535_330.jpg" Opacity="0.5"/>
<map:MapGraticule Opacity="0.6"/>
<!-- use ItemTemplate or ItemContainerStyle alternatively -->