Hello,
I am facing an issue with ArcGIS Server network service. Whenever I try to solve a route with a barrier point of type 'added-cost', it fails with the following error:
"Point barriers cannot have a field value of BarrierType = \"ScaledCost\"."
According to the documentation, it should be doable:
https://pro.arcgis.com/en/pro-app/latest/help/analysis/networks/barriers.htm
It's also reproductible on ArcGIS Online routing service:
https://codepen.io/NicolasGIS/pen/NWENNPY?editors=100 (copy paste code in RouteLayer sandbox as it requires a token:
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-routelayer
Did I miss anything or does it look like a BUG ?
Thanks,
Nicolas