onaio / gisida

JavaScript library that converts MapSpec layers to beautiful, interactive maps using Mapbox GL
http://gisida.onalabs.org/
Apache License 2.0
11 stars 3 forks source link

Add a functionality to handle geo points through superset connector #315

Closed samwata closed 5 years ago

samwata commented 5 years ago

When you have points in superset and you want to show these points on the map, you get this error. image

Add a functionality that will handle points(latitude and longitude) through superset connector

moshthepitt commented 5 years ago

@samwata this is something that we are able to do in reveal i.e. get points from Superset for Gisida (inside reveal) to display on a map.

Can you share the slice/chart in question? We may need to tweak it so that it outputs something that Gisida can more easily take in.

samwata commented 5 years ago

@moshthepitt I want to display points in this table on Gisida.

cKellyDesign commented 5 years ago

Kip mentioned this in our standup this morning, it should be a pretty light lift, we just have to tell gisida to use the same functionality as CSV layers to generate the geojson points from the long/lat columns.

@KipSigei - think we'll want to bump gisida's version for this so we can update it / use this functionality in Reveal