Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mfarook opened this issue Nov 13, 2018 · 1 comment
Open

Comments

@mfarook
Copy link

mfarook commented Nov 13, 2018

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?

ravithb added a commit to ravithb/worldmap-panel that referenced this issue Jan 31, 2019
ravithb added a commit to ravithb/worldmap-panel that referenced this issue Jan 31, 2019
@heidimhurst
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants