Occupancy & Status shown in Marker Label

The resource's Occupancy and Status can be displayed on the label for each marker.

  • This option is only available when using the new marker style.

  • Some experience with JSON is recommended but not required.
    If you require any assistance please contact our support team at helpdesk@qedas.com

How to configure

Similar to the new marker style, these options can be configured via the Stylesheet.

Navigate to the Stylesheets page, found under the Administration Settings menu.
Find the correct Stylesheet from the list and click the Edit icon ().

Navigate to the Map Profiles page via the Admin Dashboard, this can be accessed under the Administration Settings menu.

Find the Map profile that you want to update, then click the Edit icon () in the Action column.

This is the Stylesheet that needs to be updated.

You will see the Stylesheet editor, it should look similar to the above.

You will need to modify the JSON data found above the line /** LINE REQUIRED - CSS BELOW **/.

Show/hide Occupancy

If you are using the Maps v3 Stylesheet by default the label will show the Occupancy value.

To hide the Occupancy from the label update the occupancy value which is nested in tooltip_options to false.

"tooltip_options": { "occupancy": {"show": false} }

Show/hide Status

By default, the Status is not displayed on the marker label.

To show the resource status you will need to add a status object to the tooltip_options object, which needs to contain "show": true, as shown below.

"tooltip_options": { "status": { "show": true }, "occupancy": {"show": true} }

Custom Status text

The text shown for each status can also be updated.

You will need to include a statuses array in the status object.
This array must include 8 strings, below is an example of the default values that are used.

"tooltip_options": { "status": { "show": true, "statuses": ["Error", "Available", "Awaiting Check-in", "In-progress", "Checkout", "Not in Use", "Setup in Progress", "Cleardown in Progress"] }, "occupancy": {"show": true} }

When updating the Status text the order and number of string in the statuses array must be maintained.


 

The following macros are not currently supported in the footer:
  • style