Hello, I am a big newbie when it comes to shapefiles, but I need to learn how to display client shapefile data on my Silverlight ESRI map. They supply the files/urls/data and we overlay it on our maps. Can anyone help me out? Josh
Can i take it a step further & if i wanted to load a shapefile into a geodatabase (via the SL site) what is the recommended approach to this - publish a geoprocessing scrpt to perform this function?
It is possible, but it is not easy. And if you do get it working you will find there is a performance limit to the size of the file that can be displayed. The esrislcontrib library is out of date and needs updating before it is usable. The file parsing mechanism implemented there does not account for the projection of the file being imported, so unless you correct that by writing your own .prj file parsing routine it provides unusable output. It is a great starting point however and my thanks go out to Vish Uma for putting together such a nice project.
Unless you are willing to put in some effort, it might be better to wait for ESRI to publish this capability.