Skip to content

Commit 41d7d60

Browse files
committed
final??
1 parent 6e8b5e6 commit 41d7d60

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

exercise1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ QGIS has a processing tool called "Refactor fields" that will let us rename, del
5656

5757
## 4. Refactor Fields
5858

59-
In the processing toolbox, search for "refactor fields" and open the tool. The settings below will output a copy of the index map with just four fields: title, label, note, and downloadUrl. In this case, we are putting the size into a note so that it will display in the GBL interface. **Be sure to set all the types to string.** The lengthand precision values don't matter for strings.
59+
In the processing toolbox, search for "refactor fields" and open the tool. The settings below will output a copy of the index map with just four fields: title, label, note, and downloadUrl. In this case, we are putting the size into a note so that it will display in the GBL interface.
60+
61+
**Be sure to set all the types to string!** The length and precision values don't matter for strings.
6062

6163
![refactor fields dialog](https://kgjenkins.github.io/openindexmaps-workshop/image/ex1-refactor-fields.png)
6264

exercise3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once the expression is generating the correct codes, we can copy it and use it t
5151
- Click "OK" -- the adds the column, but now we are in edit mode
5252
- Click the pencil icon to toggle editing off (save when prompted)
5353

54-
Now the code is just another property that could be used when we run "Refactor Fields".
54+
Now the code is just another field that could be used when we run "Refactor Fields".
5555

5656
When in edit mode, other fields could be added and edited while viewing the attribute table.
5757

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ by Keith Jenkins, GIS Librarian at Cornell University
66
In this workshop, we'll learn how to use QGIS to create OpenIndexMaps GeoJSON files that can be used in GeoBlacklight (GBL) to provide access to a series of maps or other datasets.
77

88
Download the data for this workshop here:
9-
- <https://github.com/kgjenkins/openindexmaps-workshop/archive/v0.1.zip>
9+
- <https://github.com/kgjenkins/openindexmaps-workshop/archive/v1.0.zip>
1010

1111
We'll start with a bit of background information about:
1212
- [Index Maps](index-maps) -- what are they?

0 commit comments

Comments
 (0)