Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Improve drawing of bounding box for spatial extent #212

Closed christophfriedrich closed 2 years ago

christophfriedrich commented 2 years ago

Currently, dragging one of the corners changes ALL corners which makes it extremely hard to select exactly the region you want.

Also, the current cursor: move is displayed as cursor: pointer on my Firefox 93 on Ubuntu 20. In the long run, cursor: nesw-resize etc. would be nicer anyway.

m-mohr commented 2 years ago

Currently, dragging one of the corners changes ALL corners which makes it extremely hard to select exactly the region you want.

This is a bug and doesn't happen to me usually (but I think I've seen that in the past, too). I think the bbox selector overall is pretty unstable and should be improved overall.

Also, the current cursor: move is displayed as cursor: pointer on my Firefox 93 on Ubuntu 20. In the long run, cursor: nesw-resize etc. would be nicer anyway.

nesw-resize doesn't capture it really. I'll investigate what else we could try...

m-mohr commented 2 years ago

A completely new area chooser has been implemented in a dev version.