grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
312 stars 199 forks source link

Add multipolygon data (no time information) from postgres to worldmap #172

Open mfarook opened 5 years ago

mfarook commented 5 years ago

How can i add a spatial data which doesn't have time information from postgres to world map panel. It has only geom information. That too multi polygon geometry. Is there a way to add it into worldmap?

heidimhurst commented 2 years ago

@mfarook you can select Format as table instead of Format as time series on the bottom of the query panel, which gets rid of the time requirement.

However, afaik there's no way to visualize polygons (or multipolygons). You'll have to convert to one or more points first, by getting the centroid or filling with random points.