Displaying DWG file over the ArcGIS JS map viewer
We have an ArcGIS java script web application. We need to add a functionality to allow the user to upload the Drawing file (DWG) from the client browser and Zoom into the drawing file location and display the drawing. It should be on the fly and it should maintain the symbology.
For example, in Geocortex, we managed to develop a tool that can import and display AutoCAD file (.dwg) in the Web using FME server
Any suggestions?