Hi everyone into the community.
I'm developing an Angular application and my goal is to visualize a CAD map as layer on basemap.
I have loaded into ArcGIS Pro the DXF file and georeferenced the polylines
Now, into Angular frontend I have a control to choose a geographical position: at that point I get coordinates from database and pan the map to that position. At the same time I would like to load into application the georeferenced CAD data and display them as layer over the basemap.
I shared the CAD data as Layer package into ARcGIS Pro, but I cannot understand how to load it through JS API over the map.
Am I following a correct flow operation or is there a valid alternative to realize my goal?
Thanks in advance and best regards.