Skip to content

Commit e2ec7ec

Browse files
authored
Merge pull request #2334 from IIIF/wktfix
Fix type of WktSelector
2 parents 45660d0 + 323e8f5 commit e2ec7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/presentation/4.0/model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ A Specific Resource is a resource in the context of an Annotation. They are used
191191

192192
#### TextualBody
193193

194-
A Textual Body is an embedded resource within an Annotation that carries, as the name suggests, a text as the body of the Annotation. It is defined by the Web Annotation Data Model, and this specification defines a new property for it `position` that allows it to be positioned within a Container.
194+
A Textual Body is an embedded resource within an Annotation that carries, as the name suggests, a text as the body of the Annotation. It is defined by the Web Annotation Data Model, and this specification defines a new property for `position` that allows it to be positioned within a Container.
195195

196196
#### Choice
197197

@@ -252,7 +252,7 @@ WKT Selectors have the following properties:
252252
| Name | Description |
253253
|-------|-------------|
254254
| id | The HTTP(S) URI of the selector |
255-
| type | The class of the selector, which must be "VisualContentSelector" |
255+
| type | The class of the selector, which must be "WktSelector" |
256256
| value | The WKT string that defines the geometry to be selected |
257257

258258
```json

0 commit comments

Comments
 (0)