You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vector layers take time to propagate the changes to the source when used in the application. My code is generating the clusterProperties correctly.
I am converting a GeoJson of 10 million points to MapBox tiles (.mbtiles)
I am then uploading the .mbtiles files to the Mapbox using their Uploads API so that I can add the data to my application as a vector source.
When I console log the properties of the cluster, I do not see any cluster properties, but only the following:
How do I access the properties 'a', 'b', 'c', etc.?
The text was updated successfully, but these errors were encountered: