- QGIS:Becoming a GIS Power User
- Anita Graser Ben Mearns Alex Mandel Víctor Olaya Ferrero Alexander Bruy
- 204字
- 2021-07-09 19:32:35
Using temporary scratch layers
When you just want to quickly draw some features on the map, temporary scratch layers are a great way of doing that without having to worry about file formats and locations for your temporary data. Go to Layer | Create Layer | New Temporary Scratch Layer... to create a new temporary scratch layer. As you can see in the following screenshot, all we need to do to configure this temporary layer is pick a Type for the geometry, a Layer name, and a CRS. Once the layer is created, we can add features and attributes as we would with any other vector layer:

As the name suggests, temporary scratch layers are temporary. This means that they will vanish when you close the project.
Tip
If you want to preserve the data of your temporary layers, you can either use Save as... to create a file or install the Memory Layer Saver plugin, which will make layers with memory data providers (such as temporary scratch layers) persistent so that they are restored when a project is closed and reopened. The memory provider data is saved in a portable binary format that is saved with the .mldata
extension alongside the project file.
- Learn Blockchain Programming with JavaScript
- The DevOps 2.3 Toolkit
- FuelPHP Application Development Blueprints
- 深入理解Android(卷I)
- C程序設計簡明教程(第二版)
- Python從菜鳥到高手(第2版)
- 編程珠璣(續)
- 區塊鏈:以太坊DApp開發實戰
- 老“碼”識途
- Learn WebAssembly
- Go并發編程實戰
- AutoCAD 2009實訓指導
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Troubleshooting Citrix XenApp?
- C編程技巧:117個問題解決方案示例