Is there any guidance information with regards to handling fairly large (5MB) GeoJSON datasets in mapbox?
I have 3-4 which I need to show and switch between on one map. Am I best to combine the data sources and use a filter
on the layer to select the data I want? or would it be better to create 3-4 layers and show/hide based on need? or would it be best to have a single layer and feed in the data via setData
on the layer?