how to change colour of temporary graphics in workflow
I have a workflow where my users create multiple points. In the part where they draw graphics the points have no fill and are difficult to see. Updategraphics layer changes the colour of the final feature not the graphics that are drawn.
How to change this so my users can see their points easier? is it part of my workflow or the editing tools in viewer config
0
-
Hi Sylvia,
I don't believe that this is included in the workflow or viewer config. You should be able to change the style using some custom css, but if you do so please thouroughly test your site's tools and workflows to make sure that the style doesn't impact any other graphics in undesired ways.
To change this with custom css, navigate to the viewer's custom desktop CSS file which by default would be located here: C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\SITENAME\Viewers\VIEWERNAME\VirtualDirectory\Resources\Styles\Custom\Desktop.css
Open the file in a text editor like Notepad and add the following:#map_graphics_layer g circle{ fill-opacity: 1; fill: red; }
Then save the file, test your viewer, modify the colour and opacity(0-1) as desired, and change the other two shell CSS files if needed (handheld and mobile).
Hope that helps,
Amanda0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar