GSS-Cogs / chart-builder

The Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation
https://chart-builder-no4vxskx7a-nw.a.run.app
2 stars 0 forks source link

Issue 91/dynamic geojson #97

Closed charlesons closed 2 years ago

charlesons commented 2 years ago

Notes: convertSparqlToGeoJson reverses the geometry windings of the GeoJson and wraps the results in a FeatureCollection structure as required by Plotly.
Further work is required to infer the correct GeoJson file to load based on metadata - covered by issue #88

Closes #91