geoJSON in react-three-fiber #634
robksawyer
started this conversation in
General
Replies: 3 comments
-
Hmm... It seems that when I change 'plane' to 'sphere' it renders something. What's up with the 'plane' option? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried running the demo local just changing sphere to plane and it didn't work, so maybe worth opening an issue in the original lib to ask for more documentation |
Beta Was this translation helpful? Give feedback.
0 replies
-
I moved over to using Mapbox and Deck.gl. Seems to be a tried-and-true method for what I'm trying to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having some issues getting my objects to render. Take a look at https://codesandbox.io/s/react-three-fiber-geo-json-i0lmf?file=/src/App.js. I'm using https://github.com/jdomingu/ThreeGeoJSON as the library.
They actually are populated in the group, but they don't render.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions