Add sample GroundOverlay

This commit is contained in:
ClemensFischer 2022-12-05 23:34:30 +01:00
parent a342f98334
commit 7d1d7dbe23
7 changed files with 37 additions and 0 deletions

View file

@ -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>

View file

@ -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>