No color for the fill of the selection,
No color for the fill of the selection,
My business requirements dictate searching parcels and then zooming to them. The default selection style of the Gecortex includes “fill” for the selected polygons which is not appropriate for our business as end users need to see the satellite image that is underlying these parcels.
Then how to give the fill “no color”?
Thank you
Best
Jamal
/customer/servlet/servlet.FileDownload?file=00P6000000e88ZjEAI
-
Hello Jamal,
It is hard to read your image but if you add 00 to the end of the color should make it 100% transparent the hex value should have 8 charactors when you are done. Example #00FFFF000 -
Hi Jamal,
you've found the right setting - you just need to modify your theme. See https://support.geocortex.com/how-to-change-the-selection-or-highlight-colors-in-the-viewer
There are many more useful knowledge base articles on the support site that i think you'll find helpful - https://support.geocortex.com/geocortex-essentials
regards,
Edmond
0 -
Thank you very much Ben Snead for the help. Perfect! This is precisely what I’m looking for.
Many thanks Edmond for the useful links
How to mark this thread as resolved?
0 -
The selection is set to be
<!-- BEGIN: Selection -->
<Color x:Key="SelectionFillColor"> #00FFFF00</Color>
<Color x:Key="SelectionBorderColor"> #00FFFF</Color>
<SolidColorBrush x:Key="SelectionIconFillColor">#00FFFF</SolidColorBrush>
<SolidColorBrush x:Key="SelectionIconStrokeColor">#00FFFF</SolidColorBrush>
<!-- END: Selection -->
As a particular parcel is searched (based on parcel ID, Block ID, Community Name) , then the selected parcel follows the above selection style.
/customer/servlet/servlet.FileDownload?file=00P6000000elu4fEAA
The second time a parcel is searched, then the selection doesn’t follow the assigned style, instead it goes to the default style selection!
/customer/servlet/servlet.FileDownload?file=00P6000000elzJ9EAI
What might be the issue here?
0
Please sign in to leave a comment.
Comments
4 comments