Updated sample applications

This commit is contained in:
Clemens 2022-02-19 18:51:15 +01:00
parent 576c1def74
commit 58ee89a8fd
3 changed files with 17 additions and 17 deletions

View file

@ -173,6 +173,13 @@
ServiceUri="http://ows.terrestris.de/osm/service"/> ServiceUri="http://ows.terrestris.de/osm/service"/>
</tools:MapLayerItem> </tools:MapLayerItem>
<tools:MapLayersMenuButton.MapOverlays> <tools:MapLayersMenuButton.MapOverlays>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg">
<map:MapPanel.BoundingBox>
<map:BoundingBox South="53.54031" West="8.08594" North="53.74871" East="8.43750"/>
</map:MapPanel.BoundingBox>
</Image>
</tools:MapLayerItem>
<tools:MapLayerItem Text="Seamarks"> <tools:MapLayerItem Text="Seamarks">
<map:MapTileLayer SourceName="Seamarks" MinZoomLevel="9" MaxZoomLevel="18"> <map:MapTileLayer SourceName="Seamarks" MinZoomLevel="9" MaxZoomLevel="18">
<map:MapTileLayer.TileSource> <map:MapTileLayer.TileSource>
@ -186,13 +193,6 @@
<tools:MapLayerItem Text="Scale"> <tools:MapLayerItem Text="Scale">
<map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/> <map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
</tools:MapLayerItem> </tools:MapLayerItem>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg">
<map:MapPanel.BoundingBox>
<map:BoundingBox South="53.54031" West="8.08594" North="53.74871" East="8.43750"/>
</map:MapPanel.BoundingBox>
</Image>
</tools:MapLayerItem>
</tools:MapLayersMenuButton.MapOverlays> </tools:MapLayersMenuButton.MapOverlays>
</tools:MapLayersMenuButton> </tools:MapLayersMenuButton>

View file

@ -174,6 +174,13 @@
ServiceUri="http://ows.terrestris.de/osm/service"/> ServiceUri="http://ows.terrestris.de/osm/service"/>
</tools:MapLayerItem> </tools:MapLayerItem>
<tools:MapLayersMenuButton.MapOverlays> <tools:MapLayersMenuButton.MapOverlays>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg">
<map:MapPanel.BoundingBox>
<map:BoundingBox South="53.54031" West="8.08594" North="53.74871" East="8.43750"/>
</map:MapPanel.BoundingBox>
</Image>
</tools:MapLayerItem>
<tools:MapLayerItem Text="Seamarks"> <tools:MapLayerItem Text="Seamarks">
<map:MapTileLayer SourceName="Seamarks" MinZoomLevel="9" MaxZoomLevel="18"> <map:MapTileLayer SourceName="Seamarks" MinZoomLevel="9" MaxZoomLevel="18">
<map:MapTileLayer.TileSource> <map:MapTileLayer.TileSource>
@ -187,13 +194,6 @@
<tools:MapLayerItem Text="Scale"> <tools:MapLayerItem Text="Scale">
<map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/> <map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
</tools:MapLayerItem> </tools:MapLayerItem>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg">
<map:MapPanel.BoundingBox>
<map:BoundingBox South="53.54031" West="8.08594" North="53.74871" East="8.43750"/>
</map:MapPanel.BoundingBox>
</Image>
</tools:MapLayerItem>
</tools:MapLayersMenuButton.MapOverlays> </tools:MapLayersMenuButton.MapOverlays>
</tools:MapLayersMenuButton> </tools:MapLayersMenuButton>

View file

@ -155,6 +155,9 @@
<tools:MapLayerItem Text="TopPlusOpen WMS" Layer="{StaticResource TopPlusOpenWMS}"/> <tools:MapLayerItem Text="TopPlusOpen WMS" Layer="{StaticResource TopPlusOpenWMS}"/>
<tools:MapLayerItem Text="OpenStreetMap WMS" Layer="{StaticResource OpenStreetMapWMS}"/> <tools:MapLayerItem Text="OpenStreetMap WMS" Layer="{StaticResource OpenStreetMapWMS}"/>
<tools:MapLayersMenuButton.MapOverlays> <tools:MapLayersMenuButton.MapOverlays>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg" map:MapPanel.BoundingBox="53.54031,8.08594,53.74871,8.43750"/>
</tools:MapLayerItem>
<tools:MapLayerItem Text="Seamarks" Layer="{StaticResource Seamarks}"/> <tools:MapLayerItem Text="Seamarks" Layer="{StaticResource Seamarks}"/>
<tools:MapLayerItem Text="Graticule"> <tools:MapLayerItem Text="Graticule">
<map:MapGraticule Opacity="0.7"/> <map:MapGraticule Opacity="0.7"/>
@ -162,9 +165,6 @@
<tools:MapLayerItem Text="Scale"> <tools:MapLayerItem Text="Scale">
<map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/> <map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
</tools:MapLayerItem> </tools:MapLayerItem>
<tools:MapLayerItem Text="Sample Image">
<Image Source="10_535_330.jpg" map:MapPanel.BoundingBox="53.54031,8.08594,53.74871,8.43750"/>
</tools:MapLayerItem>
</tools:MapLayersMenuButton.MapOverlays> </tools:MapLayersMenuButton.MapOverlays>
</tools:MapLayersMenuButton> </tools:MapLayersMenuButton>