Skip to content

Commit bfc3c5a

Browse files
committed
fixed annotation url
1 parent 66860d5 commit bfc3c5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

generate-index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ const listItems = entries
7979
return ` <li>
8080
<strong>${entry.annotationsId}</strong> (width: ${entry.spriteWidth}px)
8181
<br>
82-
Original: <a href="${entry.annotationUrl}">${entry.annotationUrl}</a>
82+
Original: <a href="${entry.annotationUrl}.json">${entry.annotationUrl}.json</a>
8383
<br>
8484
<a href="${spriteUrl}">Sprite Image</a> |
85-
<a href="${annotationUrl}">Sprite Annotation</a>
85+
<a href="${annotationUrl}">Sprite Georeference Annotation</a>
8686
</li>`
8787
})
8888
.join('\n')

output/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ <h1>Example thumbnail sprites</h1>
3636
<li>
3737
<strong>0046a8c125f4a87b</strong> (width: 128px)
3838
<br>
39-
Original: <a href="annotations/0046a8c125f4a87b">annotations/0046a8c125f4a87b</a>
39+
Original: <a href="annotations/0046a8c125f4a87b.json">annotations/0046a8c125f4a87b.json</a>
4040
<br>
4141
<a href="./0046a8c125f4a87b/128/thumbnail-sprites.jpg">Sprite Image</a> |
42-
<a href="./0046a8c125f4a87b/128/thumbnail-sprites-annotation.json">Sprite Annotation</a>
42+
<a href="./0046a8c125f4a87b/128/thumbnail-sprites-annotation.json">Sprite Georeference Annotation</a>
4343
</li>
4444
<li>
4545
<strong>0046a8c125f4a87b</strong> (width: 256px)
4646
<br>
47-
Original: <a href="annotations/0046a8c125f4a87b">annotations/0046a8c125f4a87b</a>
47+
Original: <a href="annotations/0046a8c125f4a87b.json">annotations/0046a8c125f4a87b.json</a>
4848
<br>
4949
<a href="./0046a8c125f4a87b/256/thumbnail-sprites.jpg">Sprite Image</a> |
50-
<a href="./0046a8c125f4a87b/256/thumbnail-sprites-annotation.json">Sprite Annotation</a>
50+
<a href="./0046a8c125f4a87b/256/thumbnail-sprites-annotation.json">Sprite Georeference Annotation</a>
5151
</li>
5252
</ul>
5353
</body>

0 commit comments

Comments
 (0)