You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice to display the outputs of bamboo in geojson. This would make consumption by external libraries like leaflet and mapbox extremely easy.
I believe you can output geojson for things with no points too (it just won't display anything on the client.
I guess each row would be a point and all the non-geo data in the row would be properties. The user would specify the lat/lon columns when asking for geojson output.
An enpoint like: GET /datasets/[ID].geojson?lat=[col]&lon=[col]
It would be really nice to display the outputs of bamboo in geojson. This would make consumption by external libraries like leaflet and mapbox extremely easy.
I believe you can output geojson for things with no points too (it just won't display anything on the client.
http://bamboo.io/datasets/0141cab1a2424990aa65205dbf3871c7
This is a good / quick one for being able to demo easier.
The text was updated successfully, but these errors were encountered: