We have an upload method that can upload a .shp file to our server, I know I can save the file locally, but ideally it would be nice to stream it from the uploaded files collection. Is the .shp file enough to get the outer boundries?
Anyway, for now I am saving it locally and I just want to overlay the shape (lets just saying its a polygon) as a selection. on my map project.
So for example if they created a shape file using some pluming model and wanted to use it as a selection on our map object.