Zum Hauptinhalt gehen

The “search parcel” workflow deployed in the GVH 2.4 returns the features with “fill”,

Kommentare

4 Kommentare

  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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
  • Permanently deleted user

    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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.