We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7c82 commit a49404fCopy full SHA for a49404f
1 file changed
src/content/docs/cpdlc/parameters.mdx
@@ -39,7 +39,6 @@ The following table summarizes all of the different parameter types:
39
| [`pos-navaid`](#pos-navaid) | <Code lang="json" code={'{"type": "pos-navaid", "pos": "CRI"}'} /> |||
40
| [`pos-airport`](#pos-airport) | <Code lang="json" code={'{"type": "pos-airport", "pos": "KJFK"}'} /> |||
41
| [`pos-latlon`](#pos-latlon) | <Code lang="json" code={'{\n\t"type": "pos-latlon",\n\t"lat": 40.6446,\n\t"lon": -73.7797\n}'} /> |||
42
-| [`pos-pbd`](#pos-pbd) | <Code lang="json" code={'{\n\t"type": "pos-pbd",\n\t"place": 6,\n\t"bearing": 35,\n\t"dist": 55\n}'} /> |||
43
| [`text`](#text) | <Code lang="json" code={'{"type": "text", "text": "HELLO, WORLD!"}'} /> |||
44
45
0 commit comments