alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

map dont show the points #4

Closed fjacobsabalia closed 4 years ago

fjacobsabalia commented 4 years ago

Hi!

Im trying to use the plugin and make your example to use but it doesnt work the response its like this.

image

and my query is:

SELECT time, latitude as lat, longitude as lon FROM doc.datasource WHERE $__timeFilter(time) ORDER BY time

where the datasource has the next structure

zip | city | states | latitude | longitude | time | daylight 71937 | Cove | AR | 34.398483 | -94.39398 | 1571306316 | 1

im using cratedb and my model is

create table datasource ( zip text, city text, states text, latitude double precision, longitude double precision, time timestamp without time zone, daylight text );

fjacobsabalia commented 4 years ago

please delete this issue or use as example i only need to change from timeseries to table image

Alkarex commented 4 years ago

Thanks for the feedback 👍