Skip to main content

Scaling Legend and Overview Map

Comments

2 comments

  • Permanently deleted user

    Hi Jacob,

       the out of the box legend is fairly well designed and doesn't exhibit the problems you mention. We also have a more advanced legend that has some code behind it - see it on the code gallery at https://support.geocortex.com/resizeable-legend

     As for the highlight colour of the extent in the overview map, I've put in a feature request for you as it currently not configurable.

     

    regards,

    Edmond

     

    0
  • Permanently deleted user

    Hi Jacob,

     

     Development has told me that they've implemented the feature request for the next version of Geocortex Essentials (3.16).

    You'll need to add this to the REST web.config. The value accepts named colours and ARGB values (the "#" is required).

     

    <add key="gcx.OverviewMap.DefaultHighlightColor" value="#FF00FF00"/>

    If you configure something invalid you should see a log message like this:

     

    < Message>Invalid overview map default highlight color 'asdf' configured in appSetting 'gcx.OverviewMap.DefaultHighlightColor'. asdf is not a valid value for Int32.</Message>

     

    regards,

    Edmond

    0

Please sign in to leave a comment.