Skip to content

Commit

Permalink
Small fixes to vector attributes lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan committed Nov 13, 2017
1 parent b5542d0 commit b4d42b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
steptype=Step.MANUALSTEP)
lesson.addMenuClickStep("Layer/Set CRS of Layer(s)")
lesson.addStep("Set the layer's correct CRS", "setcrs.html", steptype=Step.MANUALSTEP)
lesson.addMenuClickStep("Vector/Data Management Tools/Define Current Projection...", "gotodefineprojection.html")
lesson.addMenuClickStep("Vector/Data Management Tools/Define current projection", "gotodefineprojection.html")
lesson.addStep("Define new CRS to file", "defineprojection.html", steptype=Step.MANUALSTEP)
lesson.addNextLesson("General tasks", "05. Reproject vector layer")
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lesson:
en:
description: lesson.md
group: Vector layer attributes
name: 09. Join table to vector layer
name: 08. Edit multiple features attributes
steps:
- description: 01_introduction.md
name: Introduction
Expand Down Expand Up @@ -93,4 +93,4 @@ lesson:

nextLessons:
- group: Vector layer attributes
name: 09. Join attribute tables
name: 09. Join table to vector layer
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Besides, you can verify that only bigger buildings are selected.

![new_selection](new_selection.png)

This step ends the lesson, click **Finish Lesson**.
This step ends the lesson, click **Finish**.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ attribute table.

![table_filtered_by_field.png](table_filtered_by_field.png)

This step ends the lesson, click **Finish Lesson**.
This step ends the lesson, click **Finish**.

0 comments on commit b4d42b4

Please sign in to comment.