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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
With the fix for #6252 came the ability to address and style vector source layers. Since 3.4.0 alpha 4 you can style the layers of a vector source that you host. For example, assuming you are hosting a TileJSON document locally that points to Mapzen's vector tile service, you can write:
Correction: the ability to address a sources layer does exist on master but not in a published alpha release. The next alpha release will have this functionality.
Platform: iOS
Mapbox SDK version: 3.4.0 alpha 4
Steps to trigger behavior
MGLVectorSource
that uses a URL pointed at the previously created TileJSON (adjust ATS permissions to allow this on iOS)MGLFillStyleLayer
) for the vector source and add it to the map's styleExpected behavior
You see the vector source data visually represented by the added style.
Actual behavior
No change to the map.
cc @1ec5 @frederoni
The text was updated successfully, but these errors were encountered: