I have been asked to migrate some SceneServices from one AGOL organization to another. The scene service seems to be published from feature services, which are themselves published from service definition files, all present in the source AGOL organization.
The process I'm following it 1) download service definition file from source AGOL. 2) Upload service definition file to target AGOL, creating a feature service in the meantime, and 3) publishing a scene service from my target AGOL FeatureLayer.
The feature layer published from the service definition has a single layer which is multipatch. However, when I publish the SceneLayer, the underlying service lists a ZFactor of 1. If I look at the scene service on the source AGOL instance, the ZFactor is .3048 (meters to feet). Because of this discrepancy, the elevation of my scenelayer is incorrect.
I'm curious if I'm able to edit the ZFactor, either on the target feature service before publishing as a scene service, or on the scene service directly. Or do I have to do something else in order to correctly migrate these layers between organizations.