Hi to all! I apologize but I am still newbie about nred...
I need to display data on map, so I started reading data from sqlite table.
I can correctly query my table using function but output is:
array[38]
0: object
name: "kjh"
lat: "12.433"
lon: "12.444"
1: object....
I don't understand how read all array elements and send data to map, how can I create output msg for every element?
Thanks.