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.
Hi @PaoloF is you cad file overlay on map without any geoprocessing service. I am looking a solution to just upload the cad file and it overlay on map without any service....is it possible?
Hi,
Let me know if you have found solution for this.