This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Update styling on a single point/polygon #2102
Unanswered
sunyonglincanada
asked this question in
Q&A
Replies: 1 comment
-
@atomicsulfate , do you know? I guess it could have to do with picking the point and assigning some dynamic property? |
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
-
Hi there,
I was trying to change one of points/polygon from geojson data. But I did not find a proper way to update it. Take the demo for an example - https://imgur.com/a/jjEYlHX, I want to update one specific point color when clicking on it. Is that doable?
I was trying to add the same data source to override the old data with a different color. But this method does not work on a single point. Here is my code - https://github.com/sunyonglincanada/harp.gl-GLTF
Can anyone take a look to see if there is a proper way to do this? Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions