vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

Will XML or CSV be acceptable file types to add to the html markers example in addition to SVG? this would allow me to embed news widgets that can be displayed across a globe.gl globe #117

Open Shange-Fagan opened 1 year ago

Shange-Fagan commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Shange-Fagan commented 1 year ago

At the moment I have created https://codepen.io/forerunrun/pen/YzayQbg?editors=0010 if I could embed an XML or CSV url within the json file for the globe then I think news widgets could be displayed, unfortunately I do not think XML or CSV urls could be an acceptable json object structure, but if they were replaceable with the SVG code in the html markers example I could easily input these file types and display news widgets across a globe.gl globe

vasturiano commented 1 year ago

@Shange-Fagan any content that you can render with plain HTML, you should be able to use in the html elements layer.