mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Set Name of default TileLayer.
This commit is contained in:
parent
be3144af07
commit
ac107641d2
2 changed files with 3 additions and 2 deletions
|
|
@ -116,6 +116,7 @@ namespace MapControl
|
|||
{
|
||||
MainTileLayer = new TileLayer
|
||||
{
|
||||
Name = "OpenStreetMap",
|
||||
Description = "© {y} OpenStreetMap Contributors, CC-BY-SA",
|
||||
TileSource = new TileSource("http://{c}.tile.openstreetmap.org/{z}/{x}/{y}.png")
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue