TextLayer is not rendering anything, what am I doing wrong? #8356
Closed
neelduttahere
started this conversation in
General
Replies: 2 comments 2 replies
-
It will help if you share a sample of your data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is my code snippet
VectorFeatures
is an array of length 10. If I console log ingetPosition
it returns the array item, which means layer is taking the input, but I am finding it hard to understand why is it not rendering. I took reference from the example posted in the documentation for TextLayer. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions