Enable spot transparency

Prev Next

You can show or hide spot transparency settings per user type. By default, only admin users can see the transparency settings in the spot properties.

To enable transparency settings for user types, perform the following steps:

  1. Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\

  2. Open one of the following folders:

    • 00000: edit configurations for the entire server, which means for all customers.

    • 000xxx: edit customer-specific settings. xxx is the customer ID.

  3. Open the config.json file in your folder with a text editor like Notepad++.

  4. Set cms > enableSpotTransparencyForUserType to one or more of the following options:

    Admin: admin users can use spot transparency settings.

    StandardUser: standard users can use spot transparency settings.

    LocationUser: location users can use spot transparency settings.

  5. Save your changes and close the file.

"cms": {
	"enableSpotTransparencyForUserType": [
		"Admin",
		"StandardUser"
	],
}