I am trying to do the following in MapBox Studio:
- Bring an existing feature service layer(s) into the MapBox style, so when updated in AGO it will automatically update in MapBox
- Obtain a mapbox style url as a result Is this possible? I am not sure where to begin (my coding ability is fairly limited).
Thank you
If the data is not too large, you can get geoJSON from the FeatureService and then add it to your mapbox map as a geojson source.
https://docs.mapbox.com/mapbox-gl-js/example/geojson-polygon/