Dear Community,
We have two different basemaps, which only differ in their extension (one covers a larger area than the other). So far, we have calculated the cache for their respective map services seperately. However, we will need the same background with the same cache scale for a third application, which again has different extents.
Is it possible to calculate the cache only once, and then modify or reduce it for the other map services? Hence, to calculate only the largest one, and then use parts of it for the other two? It is also important that for the new third (and smallest) basemap it should not be possible to trace the full extent of the cache due to security reasons.
In general, we are trying to reduce the cache calculations since they take up a lot of time and storage space, and some areas are reduntant in this case.
We would be glad for any thoughts or ideas. I haven't found anything valuable so far.