Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于一个项目,我想保存地图的一部分并在离线时使用它。
我想知道是否可以使用 Mapsui 保存地图的一部分?
我已经搜索了,但我没有找到好的东西..
如果它只是地图的图像,您可以查看测试文件“MapRendererTests.cs”。它显示了如何将地图范围保存为图像。
var bitmap = new MapRenderer().RenderToBitmapStream(viewport, map.Layers, map.BackColor);
不支持保存几何本身。