Hi All,
I am developing an app that should automatically create lines opn the map based on user input. This lines are paths from a a point x to a point y. Here is my code
require(["esri/config","esri/Map", "esri/views/MapView",
"esri/layers/GraphicsLayer"
,"esri/layers/FeatureLayer","esri/Graphic"],function(esriConfig,Map, MapView, GraphicsLayer,FeatureLayer, Graphic)
and this is my error
https://js.arcgis.com/3.41/esri/Graphic.js net::ERR_ABORTED 404
This works when i am using plain javascript instead of WAB