Hello,
I am new to ArcGIS Runtime and I am wondering about the best way to display a shapefile with the new Runtime SDK 100.
For Version 10.2, here is an example that uses ShapeFileTable.OpenAsync, however this class isn't existing any more.
I also read about the local server and found out how to leverage its capabilities to display the content of a Map-Package.
Intuitively, I would say that I have to load the shapefile into this local-server and access its services via the provided url.
I tried this with the LocalMapService but this approach constantly fails.
So what is the preferred way to display a shape-file from version 100 on?
Thank you in advance,
Christian
Solved! Go to Solution.
Christian,
Look here: Dynamic workspace for adding shapefiles in ArcGISRuntime Quartz Release?
I think this functionality is just missing in this Local Server release.
Regards,
Adam
Christian,
Look here: Dynamic workspace for adding shapefiles in ArcGISRuntime Quartz Release?
I think this functionality is just missing in this Local Server release.
Regards,
Adam
Thank you. Your right apparently...