Feature details order
There are couple of related questions on this floating around (including one from me in 2015), but it doesn't look like it's ever been successfully answered.
Is it possible to change the order of elements in the feature details (charts, attributes, data links, etc.)?
Changing the order of views in the viewer config file still doesn't work as of GVH 2.7.
0
-
Hi John,
I have tested on my end and it works for me when I edit the desktop.josn to change to order of the providers. Can you attach your desktop.josn so I can take a look?
Or if you prefer you can open up a support case and someone will be able to assist with this relativly quickly.
Thanks,
Ali
0 -
Here's part of my desktop.json that shows I've moved the DataLinksProviderView to the top of the list:
"providers": [
{
"type": "geocortex.essentialsHtmlViewer.mapping.modules.FeatureDetails.FeatureDetailsProviders.DataLinksViewModel",
"viewId": "FeatureDataLinksProviderView",
"viewType": "geocortex.essentialsHtmlViewer.mapping.modules.FeatureDetails.FeatureDetailsProviders.DataLinksView",
"iconUri": "Resources/Images/Icons/Toolbar/details-24.png",
"markup": {
"compact": "Mapping/modules/FeatureDetails/FeatureDetailsProviders/DataLinksView.html",
"expanded": "Mapping/modules/FeatureDetails/FeatureDetailsProviders/DataLinksTableView.html"
},
"title": "@language-feature-datalinks",
"config": {
"dataLinkDetailsView": "DataFrameResultsContainerRegion"
}
},
{
"type": "geocortex.essentialsHtmlViewer.mapping.modules.FeatureDetails.FeatureDetailsProviders.DescriptionViewModel",
"viewId": "FeatureDescriptionProviderView",
"viewType": "geocortex.essentialsHtmlViewer.mapping.modules.FeatureDetails.FeatureDetailsProviders.DescriptionView",
"title": "@language-feature-description",
"markup": "Mapping/modules/FeatureDetails/FeatureDetailsProviders/DescriptionView.html",
"config": {
"longDescription": true
},
"enabled": true
},
But doing so hasn't changed the order in my feature details:
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=907f2000000fyvY&feoid=Body&refid=0EMf2000000kAlO"_/_img_0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare