Skip to content

Commit 36f4d9e

Browse files
author
Rob Sanderson
committed
no more wktLiteral
1 parent 187f8e5 commit 36f4d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/presentation/4.0/model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,18 +553,18 @@ A Point Selector _MAY_ have the following properties: [id](#id), [x](#x), [y](#y
553553
554554
Well-known text, or WKT, is an ISO standard method for describing 2 and 3 dimensional geometries. This selector thus goes beyond what the Web Annotation's SvgSelector enables by incorporating the z axis, as well as additional types of selection such as MULTIPOLYGON. Additional types, such as CIRCULARSTRING may also be supported.
555555

556-
The text representation is given in the `wktLiteral` property of the selector.
556+
The text representation is given in the `value` property of the selector.
557557

558558
__Properties__<br/>
559-
A WKT Selector _MUST_ have the following properties: [type](#type), and [wktLiteral](#wktLiteral).<br/><br/>
559+
A WKT Selector _MUST_ have the following properties: [type](#type), and [value](#value).<br/><br/>
560560
A WKT Selector _MAY_ have the following properties: [id](#id)
561561
{: .note}
562562

563563
```json
564564
{
565565
"id": "https://example.org/selectors/2",
566566
"type": "WktSelector",
567-
"wktLiteral": "POLYGON Z (0 0 0, 10 0.5 3.2 10 5.0 0, 0 0 0)"
567+
"value": "POLYGON Z (0 0 0, 10 0.5 3.2 10 5.0 0, 0 0 0)"
568568
}
569569
```
570570

0 commit comments

Comments
 (0)