We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a20da3 commit ec49c01Copy full SHA for ec49c01
2 files changed
README.md
@@ -158,6 +158,7 @@ These are less common properties that can be used:
158
| `u-d-f` | LineString or Polygon |
159
| `u-d-r` | 4 Cornered Rectangle |
160
| `u-d-p` | Point |
161
+| `u-d-c-c` | Circle |
162
| `u-rb-a` | Range Line |
163
164
<p align='center'><strong>Internal</strong></p>
lib/data-package.ts
@@ -219,7 +219,7 @@ export class DataPackage {
219
* @param [opts.cleanup] If the Zip is parsed as a DataSync successfully, remove the initial zip file
220
*/
221
static async parse(
222
- input: string | URL,
+ input: string | URL | Buffer,
223
opts?: {
224
strict?: boolean
225
cleanup?: boolean
0 commit comments