QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Added ability to edit site position through map #2014

Closed hudson-newey closed 1 year ago

hudson-newey commented 1 year ago

Added ability to edit site position through map

The ability to change the position of a site through the embedded Google map was not functional. This PR adds the functionality required to edit the location of a site using the map provided in the location-input.component.ts

Changes

Problems

N/A

Issues

2001

Visual Changes

N/A

Final Checklist

github-actions[bot] commented 1 year ago

Size Change: +459 B (0%)

Total Size: 2.67 MB

Filename Size Change
dist/workbench-client/browser/index.html 3.83 kB +1 B (0%)
dist/workbench-client/browser/main.****************.js 845 kB +188 B (0%)
dist/workbench-client/server/main.js 1.77 MB +270 B (0%)
ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `dist/workbench-client/browser/assets/environment.json` | 555 B | | `dist/workbench-client/browser/manifest.json` | 150 B | | `dist/workbench-client/browser/polyfills.****************.js` | 12.5 kB | | `dist/workbench-client/browser/runtime.****************.js` | 648 B | | `dist/workbench-client/browser/styles.****************.css` | 37.4 kB |

compressed-size-action

github-actions[bot] commented 1 year ago

Unit Test Results

         6 files           6 suites   13m 56s :stopwatch: 17 454 tests 16 890 :heavy_check_mark: 564 :zzz: 0 :x: 17 556 runs  16 992 :heavy_check_mark: 564 :zzz: 0 :x:

Results for commit 2f55ceb0.

:recycle: This comment has been updated with latest results.

hudson-newey commented 1 year ago

At the moment, the user has to drag the marker for it to move

It shouldn't be to hard to add a click event to the map, that triggers the marker to move

I'll have a look at this now