Bring ArcGIS Online feature service layer into MapBox

619 Views Asked by At

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

1

There are 1 best solutions below

2
chriswhong On

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/