Skip to content

Commit c9b1572

Browse files
authored
add links to converter and tutorial
1 parent b32d8d0 commit c9b1572

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ OpenIndexMaps use the [GeoJSON Format](https://tools.ietf.org/html/rfc7946) to d
2424
- 1\. Introduction
2525
- 1.1 Examples
2626
- 2\. Common Properties
27+
- 3\. Helpful resources
28+
- 3.1 Converter
29+
- 3.2 Tutorial
30+
2731

2832
## 1. Introduction
2933

@@ -100,3 +104,14 @@ Property | Type | Required? | Description | Example
100104
`"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"`
101105
`"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"`
102106
`"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.
117+

0 commit comments

Comments
 (0)