Although I have defined offset on lines in ArcGIS Pro environment, line offset definitions are not reflected in the style file resulting from the vector tile package produced.
I manually added “line-offset”: 2 parameter to each layer in the resulting style file (root.json).
When I draw the new style that I have prepared using the api, it does not use the line-offset parameter. The lines continue to intertwine on small scales.
When I add line-offset to json parameter in Arcgis Pro, while lines are intertwined in esri sdk, mapbox works offset.
Do you have a solution?