Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
While it's possible to select a geo point field in the data browser and copy its content tuple (long, lat), it's not possible to paste the tuple. This makes it difficult to copy a location from one field and paste it into another field as long and lat need to be pasted individually in two separate text fields.
Screen.Recording.2023-06-16.at.14.36.52.mov
Feature / Enhancement Description
Allow to paste the copies geo point in a single step into a geo point field.
Example Use Case
- In data browser select a geo point field.
- Copy the field value Crtl+C; adds
(12.345, 12.345)
to the pasteboard. - Select another geo point field, double click and use Crtl+V to paste
(12.345, 12.345)
.
Alternatives / Workarounds
Copy and paste long and lat separate to a new geo field.