mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-01 22:30:14 +01:00
Version 4.17.0: Added support for WMTS
This commit is contained in:
parent
6c2b27831e
commit
ce979ce54c
|
|
@ -116,7 +116,15 @@ namespace ViewModel
|
|||
{
|
||||
"SevenCs ChartServer",
|
||||
new ChartServerLayer()
|
||||
}
|
||||
},
|
||||
{
|
||||
"TopPlusOpen WMTS",
|
||||
new WmtsTileLayer
|
||||
{
|
||||
CapabilitiesUri = new Uri("https://sgx.geodatenzentrum.de/wmts_topplus_open/1.0.0/WMTSCapabilities.xml"),
|
||||
SourceName = "TopPlusOpen"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
private string currentMapLayerName = "OpenStreetMap";
|
||||
|
|
@ -150,7 +158,8 @@ namespace ViewModel
|
|||
"Stamen Toner Light",
|
||||
"OpenStreetMap WMS",
|
||||
"OpenStreetMap TOPO WMS",
|
||||
"SevenCs ChartServer"
|
||||
"TopPlusOpen WMTS",
|
||||
"SevenCs ChartServer",
|
||||
};
|
||||
|
||||
public MapLayers()
|
||||
|
|
|
|||
Loading…
Reference in a new issue