Geolocalization in a human task

I would like to have the geolocalization in a human task. The usecase is that a person has to open the human task from a tablet, attach a photo of a license plate and get the coordinates of the place before moving to the next phase of the workflow

Hello,

are you using Jmix views to implement the process forms?
If yes, just make Jmix View :: Jmix Documentation a view with needed elements.

The main question here is what will you use to get the geolocation from the device, maybe this can help Introducing geo-location, a web component which lets you easily locate, track or reverse geocode your current location | Vaadin
But in general, you need to find a vaadin or javascript component, that can be integrated, example here https://demo.jmix.io/ui-samples/sample/custom-component
or java library to do that for you.

Kind regards,
Mladen

2 Likes