Skip to content

Commit ec49c01

Browse files
committed
Add Circle
1 parent 9a20da3 commit ec49c01

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ These are less common properties that can be used:
158158
| `u-d-f` | LineString or Polygon |
159159
| `u-d-r` | 4 Cornered Rectangle |
160160
| `u-d-p` | Point |
161+
| `u-d-c-c` | Circle |
161162
| `u-rb-a` | Range Line |
162163

163164
<p align='center'><strong>Internal</strong></p>

lib/data-package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class DataPackage {
219219
* @param [opts.cleanup] If the Zip is parsed as a DataSync successfully, remove the initial zip file
220220
*/
221221
static async parse(
222-
input: string | URL,
222+
input: string | URL | Buffer,
223223
opts?: {
224224
strict?: boolean
225225
cleanup?: boolean

0 commit comments

Comments
 (0)