mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Conditional usings
This commit is contained in:
parent
93b58fa01e
commit
eb990ab9ee
74 changed files with 354 additions and 364 deletions
|
|
@ -28,7 +28,7 @@ namespace ProjectionDemo
|
|||
new WmsImageLayer
|
||||
{
|
||||
ServiceUri = new Uri("http://ows.terrestris.de/osm/service"),
|
||||
Layers = "OSM-WMS"
|
||||
WmsLayers = "OSM-WMS"
|
||||
});
|
||||
|
||||
viewModel.Layers.Add(
|
||||
|
|
@ -36,7 +36,7 @@ namespace ProjectionDemo
|
|||
new WmsImageLayer
|
||||
{
|
||||
ServiceUri = new Uri("https://sgx.geodatenzentrum.de/wms_topplus_open"),
|
||||
Layers = "web"
|
||||
WmsLayers = "web"
|
||||
});
|
||||
|
||||
viewModel.Layers.Add(
|
||||
|
|
@ -44,7 +44,7 @@ namespace ProjectionDemo
|
|||
new WmsImageLayer
|
||||
{
|
||||
ServiceUri = new Uri("https://geoportal.wiesbaden.de/cgi-bin/mapserv.fcgi?map=d:/openwimap/umn/map/orthophoto/orthophotos.map"),
|
||||
Layers = "orthophoto2017"
|
||||
WmsLayers = "orthophoto2017"
|
||||
});
|
||||
|
||||
viewModel.CurrentProjection = viewModel.Projections[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue