Skip to content

Commit

Permalink
Add default type
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 21, 2024
1 parent f2664e9 commit 7d64223
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v1.1.0

- :rocket: Add `type: b-m-p-s-p-loc`

### v1.0.1

- :rocket: Push to Video features
Expand Down
1 change: 1 addition & 0 deletions task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export default class Task extends ETL {
id: feat.id.replace('camera/', ''),
type: 'Feature',
properties: {
type: 'b-m-p-s-p-loc',
callsign: camera.tooltip,
video: {
sensor: camera.tooltip,
Expand Down

0 comments on commit 7d64223

Please sign in to comment.