You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ OpenIndexMaps use the [GeoJSON Format](https://tools.ietf.org/html/rfc7946) to d
24
24
- 1\. Introduction
25
25
- 1.1 Examples
26
26
- 2\. Common Properties
27
+
- 3\. Helpful resources
28
+
- 3.1 Converter
29
+
- 3.2 Tutorial
30
+
27
31
28
32
## 1. Introduction
29
33
@@ -100,3 +104,14 @@ Property | Type | Required? | Description | Example
100
104
`"label"` | `string` | no | A short label that represents the item within the discovery aid. Often times this can be a "sheet number" for paper maps. | `"L-16"`
101
105
`"title"` | `string` | no | A title for the given item. Usually longer than the `label`. Sometimes the label is included in this title. | `"Tōa yochizu -- 東亞輿地圖 -- L-16"`
102
106
`"note"` | `string` | no | Additional information that should be presented to the user | `"This item is really interesting."`
107
+
108
+
## 3. Helpful Resources
109
+
110
+
### 3.1 Converter
111
+
112
+
A [converter](https://openindexmaps.org/converter) is available for converting shapefile index maps to OpenIndexMaps GeoJSON.
113
+
114
+
### 3.2 Tutorial
115
+
116
+
A [Creating GeoJSON for OpenIndexMaps](https://kgjenkins.github.io/openindexmaps-workshop/) tutorial was created for a workshop at Geo4LibCamp 2020. The tutorial works through several examples of using QGIS to create OpenIndexMaps GeoJSON files.
0 commit comments