mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Add sample GroundOverlay
This commit is contained in:
parent
a342f98334
commit
7d1d7dbe23
7 changed files with 37 additions and 0 deletions
|
|
@ -217,6 +217,9 @@
|
|||
</map:MapPanel.BoundingBox>
|
||||
</Image>
|
||||
</tools:MapLayerItem>
|
||||
<tools:MapLayerItem Text="Mount Etna KML">
|
||||
<map:GroundOverlay SourcePath="etna.kml"/>
|
||||
</tools:MapLayerItem>
|
||||
<tools:MapLayerItem Text="Seamarks">
|
||||
<map:MapTileLayer SourceName="Seamarks" MinZoomLevel="9" MaxZoomLevel="18">
|
||||
<map:MapTileLayer.TileSource>
|
||||
|
|
|
|||
|
|
@ -69,6 +69,9 @@
|
|||
<AppxManifest Include="Package.appxmanifest">
|
||||
<SubType>Designer</SubType>
|
||||
</AppxManifest>
|
||||
<Content Include="..\Shared\etna.kml">
|
||||
<Link>etna.kml</Link>
|
||||
</Content>
|
||||
<None Include="UniversalApp_TemporaryKey.pfx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue