Software behind the RACE dashboard by ESA and the European Commission (https://race.esa.int), the Green Transition Information Factory - GTIF (https://gtif.esa.int), as well as the Earth Observing Dashboard by NASA, ESA, and JAXA (https://eodashboard.org)
Integrates the EOxDrawTools element into the GTIF branch of eodash, enabling the user to perform line and area measurements. Do note that the branch version of the element must be used as the branch is not yet merged in the EOxElements.
The current approach of the draw tools is to display both the "Create Geometry" and "Delete Geometry" buttons at the same time, while in eodash we only allow creating a single geometry at a time. This still needs some work to be properly integrated with the other map buttons.
Furthermore it should also be verified that the drawnArea is set correctly in the store after the user updates the geometry.
Integrates the
EOxDrawTools
element into the GTIF branch of eodash, enabling the user to perform line and area measurements. Do note that the branch version of the element must be used as the branch is not yet merged in the EOxElements.The current approach of the draw tools is to display both the "Create Geometry" and "Delete Geometry" buttons at the same time, while in
eodash
we only allow creating a single geometry at a time. This still needs some work to be properly integrated with the other map buttons.Furthermore it should also be verified that the
drawnArea
is set correctly in the store after the user updates the geometry.