Skip to content

Commit

Permalink
Fix moth trap set up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlauskis committed Jun 19, 2024
1 parent b359cdd commit e05c453
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.26.5

Fixed moth trap locations.

## 1.26.4

Fixed user locations.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "uk.ac.ceh.ebms",
"title": "ButterflyCount",
"description": "ButterflyCount mobile application.",
"version": "1.26.4",
"version": "1.26.5",
"homepage": "http://www.butterfly-monitoring.net",
"scripts": {
"prepare": "husky",
Expand Down
1 change: 1 addition & 0 deletions src/Location/MothTrap/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function AddNewMothTrap() {
const model = new MothTrap({
attrs: {
locationTypeId: MOTH_TRAP_TYPE,
centroidSrefSystem: '4326',
} as any,
});
model.startGPS();
Expand Down

0 comments on commit e05c453

Please sign in to comment.