We have an windows application based on ArcGIS Runtime, and we want to include an offline imagery layer of ortho photos, covering an entire county. We have 2 sid files covering the count at 9 inch resolution, loaded into an mmpk. However, when we bring the mmpk into the runtime application, it takes much too long to load the application (5+ minutes) and navigation is painfully slow also (panning, zooming). All of the data in the application is in a State Plane coordinate system, including the sid files. Together the sid files take up about 14 GB. The raster data must be locally available.
I am new to ArcGIS Runtime, can anyone suggest the best way to prepare the imagery for offline use in this application? I have some ideas to resample the imagery to a lower resolution, or load it into a vtpk, but I wanted to get some advice before I started.
Thanks for your help.