View: Application Deployment Summary: cannot see combined coverage from "composite_application_provider"
Posted: 17 Mar 2023, 14:49
Hello all,
I've modeled Application using Application_Provider_Type, connect to Site which binding with Geographic_Location, now from "Application Deployment Summary" view, it is perfect that can show geographic coverage when selecting application.
Reading the xsl, my understand from below data loading section:
<xsl:variable name="instanceClassName" select="('Application_Provider', 'Composite_Application_Provider')"/>
<xsl:variable name="allInstances" select="/node()/simple_instance[type = ('Application_Provider', 'Composite_Application_Provider')]"/>
Both Application_Provider and Composite_Application_Provider are loaded into the view.
Then I create one Composite_Application_Provider and select Application_Providers into "Contained Application Providers" field, my expectation is the map can show the combined geographic coverage from all of the contained Application_Providers when I choose Composite_Application_Providers.
In the view's instance list, indeed I can see the "Composite_Application_Provider" is loaded into the list, but when I choose that, the map shows empty.
Does there anything I should further configure so that I can show the layer in Composite?
Thanks greatly,
Xiaoqi
I've modeled Application using Application_Provider_Type, connect to Site which binding with Geographic_Location, now from "Application Deployment Summary" view, it is perfect that can show geographic coverage when selecting application.
Reading the xsl, my understand from below data loading section:
<xsl:variable name="instanceClassName" select="('Application_Provider', 'Composite_Application_Provider')"/>
<xsl:variable name="allInstances" select="/node()/simple_instance[type = ('Application_Provider', 'Composite_Application_Provider')]"/>
Both Application_Provider and Composite_Application_Provider are loaded into the view.
Then I create one Composite_Application_Provider and select Application_Providers into "Contained Application Providers" field, my expectation is the map can show the combined geographic coverage from all of the contained Application_Providers when I choose Composite_Application_Providers.
In the view's instance list, indeed I can see the "Composite_Application_Provider" is loaded into the list, but when I choose that, the map shows empty.
Does there anything I should further configure so that I can show the layer in Composite?
Thanks greatly,
Xiaoqi