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.
我在 QGIS 2.14.9 中使用 Grass 7 插件,但我找不到如何从 Grass 地图集中删除图层。
文件管理模块中不存在此功能。
尝试 g.remove 它可能会有所帮助。它允许通过匹配模式来删除一组图层。模式可以是通配符或正则表达式。
g.remove 文档中的示例非常清楚,可以开始清理您的地图集。