请问有没有关于如何开始使用 BruTile 的文档?
我目前正在使用 SharpMap,我需要预先缓存切片以加快进程
在 WPF 应用程序中使用带有 mapsui 的 BruTile 就是这么简单:
using BruTile.Predefined;
using Mapsui.Desktop;
using Mapsui.Layers;
//myMapControl is Mapsui.UI.Wpf.MapControl
this.myMapControl.RenderMode = Mapsui.UI.Wpf.RenderMode.Wpf;
this.myMapControl.Map = new Mapsui.Map();
this.myMapControl.Map.Layers.Add(new TileLayer(KnownTileSources.Create()));