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

elevated polygons and hexedpolygons code wont display #124

Closed Aumar148 closed 1 year ago

Aumar148 commented 1 year ago

I'm trying to display either of elevated or hexed polygon globe but whenever i run the code, the globe div disappears. I have coded it multiple times and referred to the source codes provided as well but still it does not display. I have created my own .geojson file as well to fetch data.

After spending a couple of hours on this, I am still not sure what the issue is. I suspect that the issue may be arising from polygonsData but there should not be a problem because it is fetching data directly from the .geojson file right?

Also, I'm trying to have Arcs layer and polygons displayed on the same globe for my webpage. Can this be the problem?