Is scale-based sizing supported in the Runtime SDK with MMPKs generated from ArcGIS Pro 2.1.2 (or will it ever be)? It doesn't seem to be carrying over whatsoever from Pro to Runtime. Opening the MMPK in Pro displays everything exactly as it does editing within the original project.
Solved! Go to Solution.
Ciara,
This is excellent news! This latest release of Runtime/Pro has been awesome for consistency between what you see/are capable of in Pro vs Runtime. Thank you.
That's great news! My use case is more centered around using MMPKs in ArcGIS Explorer for iOS. Is there a timeline for reference scales to be supported within that app?
Hey Derek Rieckmann,
We should have an Explorer 19.1.0 Beta available around UC (June-July) that would support this for Windows. Android, and iOS versions of Explorer. Our final release would follow shortly after that.
Joel
Derek,
For symbol display.. you could make use of Arcade and $viewscale to maybe achieve some of the scaling that you are looking for.
Here is an example Mobile Map Package https://www.arcgis.com/home/item.html?id=f193e71005974fdcb267bcdb253b19eb
(1/$view.scale)*11999
https://developers.arcgis.com/arcade/guide/profiles/#visualization
Mark