BruTile 本质上是一个作为可访问和开源的 GIS 平铺库开发的库,例如 Bing 或 OpenStreetMap。值得一提的是,该工具是一个独立于平台的库,可以被其他更复杂的库使用。
库的作用是构建一个瓦片源,即包含所有相关信息的对象。brutile瓦片地图获取次要但同样重要的作用是帮助计算给定项目所需的切片,同时考虑地图范围和分辨率。
brutile瓦片地图获取通常情况下,上述瓦片服务将数据存储在具有各种详细程度的预渲染瓦片中。库的作用是遍历瓦片,找到与某个地图视点对应的瓦片。尽管该实用程序将数据作为独立的原始图像流返回,但请记住,切片不会以任何方式显示或图形化。
因此,如果用户需要显示的数据,那么他们需要依靠其他第三方工具来达到这个目的。开发人员推荐使用此类工具,其中一些示例包括 ArcBruTile、SharpMap 或 Mapsui。或者,用户可以考虑编写自己的代码来满足其项目的先决条件。
brutile瓦片地图获取的新功能
2022 年 3 月 13 日
KnownTileSources:使用 @janusw 在 #162 中的 BKG 地图的缩放变体
GitHub Actions:在 #166 中运行 @janusw 的拉去请求
修复了 #167 中 @JBou 的 WmscRequest 查询字符串
在 #169 中由 @inforithmics 制作了 GetTile Async 以修复 Wasm
@pauldendulk 在 #170 中删除 [Obsolete] 和未使用的类
修复 #172 中 @pauldendulk 的所有 ReSharper 警告
修复 #171 中 @pauldendulk 评论中的拼写错误
Brutile is essentially a library developed as an accessible and open source GIS tile library, such as Bing or OpenStreetMap. It is worth mentioning that the tool is a platform independent library, which can be used by other more complex libraries.
The function of the library is to build a tile source, that is, an object containing all relevant information. The secondary but equally important role of brutile tile map acquisition is to help calculate the slices required for a given project, taking into account the map range and resolution.