Hi, I am trying to retrieve road data from Mapbox.
Using your abstract map's Features and mesh modifiers
I am able to get the geometry of the road and the road names.
However, I'm having trouble trying to pair these two information together.
I'm getting each of the geometry and the road names from two different Data layers: road and road_label.
Is there some kind of id that I can match the two types of data to?
I've tried looking at feature.Data.Id, but they all seem to be coming in as 0.
Hi, I am trying to retrieve road data from Mapbox.
Using your abstract map's Features and mesh modifiers I am able to get the geometry of the road and the road names. However, I'm having trouble trying to pair these two information together. I'm getting each of the geometry and the road names from two different Data layers: road and road_label.
Is there some kind of id that I can match the two types of data to? I've tried looking at feature.Data.Id, but they all seem to be coming in as 0.
Thank you in advance.