Introduced in v2022.5 - November 2022
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
Each label can be set to display to the left, right, top or bottom of its Marker.
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 ().
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 **/
.
Here is an example of a customised Stylesheet.
Label direction by Space Type
This option will set all the labels for resources of a space type to display in the direction.
In the JSON section of the stylesheet, you will need to add an object with the key "label_direction_byType"
.
This object will accept 4 values which in turn expect an array of space types.
"label_direction_byType": { "top:": [], "bottom": [], "left": ["Desk"], "bottom": ["room","Secret Location"] },
Empty arrays do not need to be listed in the "label_direction_byType"
object.
They are shown above for demostrative purposes.
Label direction by ID
This option will set all the label directions based on the resource ID number.
In the JSON section of the stylesheet, you will need to add an object with the key "label_direction_byID"
.
This object will accept 4 values which in turn expect an array of IDs.
"label_direction_byID": { "top": [], "bottom": [], "left": [], "right": [42, 44, 45, 48, 50, 51, 54, 56] },
For assistance with this configuration please contact our support team at helpdesk@qedas.com