The “search parcel” workflow deployed in the GVH 2.4 returns the features with “fill”,
The “search parcel” workflow deployed in the GVH 2.4 returns the features with “fill”, even that the no colour code is using for feature fill, this issue is not appear onsilverlight,
what might be the issue here?
/customer/servlet/servlet.FileDownload?file=00P6000000em1iEEAQ
/customer/servlet/servlet.FileDownload?file=00P6000000eltskEAA
Best,
Majdoleen
-
I believe what you are looking for is the fillColor in the Highlight Module. Each *.json file (desktop.json,handheld.json and tablet.json) can be configured to change the fill and outline color.
"moduleName": "Highlight",
"moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.Highlight.HighlightModule",
"configuration": {
"fillColor": "#0000FFFF ",
"borderColor": "#FF00FFFF"
}
I found this somewhere on the forums and it seems to work.
0 -
Thank you Heather, but could you please provide more details where I can find the model for HTML, or is it at workflow level?
Best,
Majdoleen
0 -
The configuration above is located in each of the 3 json.js configuration files in your site's HTML5 viewer folder. They can be carefully edited with a text editor like Notepad++. Here is one possible location for these files. Search within each file for the HighlightModule and you should see the snippet I posted, where you can change the hex color value for the fill and border.
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\<YourInstanceName>\REST Elements\Sites\<YourSiteName>\Viewers\<YourViewerName>\VirtualDirectory\Resources\Config\Default
/customer/servlet/servlet.FileDownload?file=00P6000000em1O3EAI
0 -
Thank you Heather, it is working good, but the problem here that when we doing the upgrade, we need to change it again, and it is not practical !!!!!
best,
Majdoleeen
0
Please sign in to leave a comment.
Comments
4 comments