Hi there,
I am trying to display dynamic lat long on the geo maps. I have a sensor that extracts the dynamic lat and long every minute (gps is on a boat):
Channel | ID | Last Value |
---|---|---|
$["5"]latitude | 6 | -55.23403285432 |
$["6"]longitude | 7 | 122.222342343 |
Is there a way to embed that lat long on a geo map so I can track this boat?
Thanks,
Add comment