I'm manually constructing offline layers from a .geodatabase file for a mobile app using QML. I'm creating a FeatureLayer and assigning the FeatureTable property to a GeodatabaseFeatureTable and calling the Load function. I have two layers that I'm trying to add. Regardless of the order that I try and add the layers the second layer has a load error called "URI can't be empty" and the feature table claims to be in an Illegal State. Can you not have two feature layers reference the same geodatabase table? That seems to defeat the purpose of Layers. Any help is greatly appreciated.
Thanks,
Matt