-
Notifications
You must be signed in to change notification settings - Fork 39
Model preparation
Jorge Gil edited this page Jun 4, 2018
·
3 revisions
-
Prepare the project
- Open the sample data project (sample_data.qgs)
- Change the project properties
- Set the background black
- Set the selection colour magenta
- Hide all the layers
-
Make an axial map
- Add a Google maps physical layer (Web menu > Open Layers plugin)
- Create a new vector layer (shape file format)
- Select 'Line' type
- Call it 'axial_new'
- Set the CRS to: EPSG 27700
- Draw some axial lines, zooming into the Barnsbury area (defined by other layers)
-
Make unlinks
- Create a new vector layer (shape file format)
- Select 'Point' type
- Call it 'unlinks_new'
- Set the CRS to: EPSG 27700
- Draw some unlink objects where some axial lines intersect
-
Update axial “id” column
- Select the axial layer
- Choose the field calculator (abacus tool)
- Select to update the existing id column
- Use the expression “$id” (function in the Record group)