mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Updated copyright notice
This commit is contained in:
parent
a7e7442d44
commit
e8749ec7e0
4 changed files with 7 additions and 4 deletions
|
|
@ -155,7 +155,7 @@
|
|||
<tools:MapLayerMenuItem Text="OpenStreetMap WMS">
|
||||
<map:WmsImageLayer
|
||||
ServiceUri="https://ows.terrestris.de/osm/service"
|
||||
Description="© [terrestris GmbH & Co. KG](http://ows.terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
Description="© [terrestris](http://terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
</tools:MapLayerMenuItem>
|
||||
|
||||
<Separator/>
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@
|
|||
<tools:MapLayerMenuItem Text="OpenStreetMap WMS">
|
||||
<map:WmsImageLayer
|
||||
ServiceUri="https://ows.terrestris.de/osm/service"
|
||||
Description="© [terrestris GmbH & Co. KG](http://ows.terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
Description="© [terrestris](http://terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
</tools:MapLayerMenuItem>
|
||||
|
||||
<MenuFlyoutSeparator/>
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@
|
|||
<tools:MapLayerMenuItem Text="OpenStreetMap WMS">
|
||||
<map:WmsImageLayer
|
||||
ServiceUri="https://ows.terrestris.de/osm/service"
|
||||
Description="© [terrestris GmbH & Co. KG](http://ows.terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
Description="© [terrestris](http://terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
</tools:MapLayerMenuItem>
|
||||
|
||||
<MenuFlyoutSeparator/>
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@
|
|||
<tools:MapLayerMenuItem Text="OpenStreetMap WMS">
|
||||
<map:WmsImageLayer
|
||||
ServiceUri="https://ows.terrestris.de/osm/service"
|
||||
Description="© [terrestris GmbH & Co. KG](http://ows.terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
Description="© [terrestris](http://terrestris.de/) © [OpenStreetMap contributors](http://www.openstreetmap.org/copyright)"/>
|
||||
</tools:MapLayerMenuItem>
|
||||
|
||||
<Separator/>
|
||||
|
|
@ -232,6 +232,9 @@
|
|||
<tools:MapOverlayMenuItem Text="Graticule" InsertOrder="2">
|
||||
<map:MapGraticule Opacity="0.7"/>
|
||||
</tools:MapOverlayMenuItem>
|
||||
<tools:MapOverlayMenuItem Text="Metric Grid" InsertOrder="2">
|
||||
<map:MetricGrid Opacity="0.7" Foreground="Orange"/>
|
||||
</tools:MapOverlayMenuItem>
|
||||
<tools:MapOverlayMenuItem Text="Scale" InsertOrder="2">
|
||||
<map:MapScale HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
|
||||
</tools:MapOverlayMenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue