Geographical
Design
Name | Default value | Description |
---|---|---|
Dot Colour | none | Colour of location dots. Overrides all other colour settings. |
Dot Colour Condition | none | Name of the Condition that sets the colour of the node. |
Dot Min Size | 8 | Minimal size of location dots. |
Dot Max Size | 20 | Maximum size of location dots. |
Dot Stroke Colour | #f0f0f0 | Colour of stroke of location dots. |
Dot Stroke Width | 1.5 | Width of stroke of location dots. |
Show Location | No | Display the name of a Location Reference. |
Location Colour | #000000 | Colour of the name of a Location Reference. |
Location Size | 8 | Size of the name of a Location Reference. |
Location Offset | -5 | Offset of the name of a Location Reference relative to the dot. |
Location Position | Static | Set to 'Algorithmic' to prevent overlap. Enable 'Manual' to drag-and-drop Location Reference names. |
Location Threshold | 1 | The weight a location should have (amount of Sub-Objects) for the Location Reference to be displayed by default. |
Location Condition | none | Name of the Condition that displays the name of a Location Reference. |
Line Colour | none | Colour of lines (or line dots in 'Movement' mode). |
Line Min Width | 2 | Minimal width of lines (or line dots in 'Movement' mode). |
Line Max Width | 10 | Maximum width of lines (or line dots in 'Movement' mode). |
Line Offset | 6 | Curve. |
Show Visual Hints | Yes | Display visual hints if a new Sub-Object is shown. |
Visual Hint Colour | #0092d9 | Colour of the visual hint. |
Visual Hint Size | 20 | Size of the visual hint. |
Visual Hint Stroke Colour | #ffffff | Stroke colour of the visual hint. |
Visual Hint Stroke Width | 2 | Stroke width of the visual hint. |
Visual Hint Duration | 0.5 | Duration of the visual hint, in seconds. |
Visual Hint Delay | 0 | Delay of the visual hint, in seconds. |
Show Surface | No | Display a convex hull around all nodes. |
Surface Colour | #000000 | Colour of the convex hull. |
Surface Opacity | 0.1 | Opacity of the convex hull. |
Settings
Name | Default value | Description |
---|---|---|
Show Geometric Information | No | Display information on the total distance, longest distance, shortest distance, and total surface. |
Map | Click 'Default Visuals' to load the default map settings. | Configure and sort multiple background layers by providing:
|
Background Colour | none | Backgound colour of the visualisation. |
Mode | Connection | Select 'Connection' for paths, and 'Movement'. The 'Movement' option is only available using a 'Pixel' display mode. |
Display | Vector | The 'Vector' display mode uses SVG elements to display the visualisation. The 'Pixel' display mode uses a canvas to display the visualisation. When dealing with large amounts of data, the pixel display mode will give better performance. |
Advanced
Enter these settings in the input field as name:value
, e.g. move_continuous:true
. Each setting should be entered on a single new line.
Name | Default value | Accepted values | Description |
---|---|---|---|
move_continuous |
true |
true / false |
Allow for a single move or a coninuous move. |
move_retain |
false |
false / single / all |
Retain moving line dots if Object is removed. |
move_unit |
pixel | pixel / day | Movemenent speed is based on distance in pixels or chronological distance. |
move_chronological |
false |
true / false |
Sets move_continuous to false , move_retain to false and move_unit to 'day'. Allows the visualisation to be played chronologically. |
move_speed |
30 | integer |
Units per second. |
move_duration_min |
false |
false / integer |
Minimal duration of a moving line dot. |
move_duration_max |
false |
false / integer |
Maximum duration of a moving line dot. |
move_duration_info_min |
false |
false / integer |
Seconds. |
move_duration_info_max |
false |
false / integer |
Seconds. |
move_glow |
false |
true / false |
tba |
connection_line_opacity |
0.4 | 0 - 1 | Default opacity of the lines connecting location dots. |
connection_line_opacity_range_min |
0.5 | 0 - 1 | Minimal opacity of the lines connecting location dots. |
connection_line_opacity_range_max |
1 | 0 - 1 | Maximum opacity of the lines connecting location dots. |
move_connection_line_apply_opacity |
moved | move / moved | tba |
connection_line_width |
1.5 | number |
Default opacity of the lines connecting location dots. |
move_warp_length |
8 | integer |
tba |
hint_dot |
pulse | false / pulse / location |
tba |
move_hint_dot |
false |
true / false |
tba |
moved_hint_dot |
false |
true / false |
tba |
hint_line |
false |
true / false |
tba |
moved_hint_line |
false |
true / false |
tba |
max_hint_dots |
100 | integer |
tba |
dot_icon |
circle | circle / square | Set to square to show location dots as squares. |
dot_icons_size |
15 | integer / weight |
Set the size of the Condition icons. Specify a specific size, or use 'weight' to make the icons size relative to the dot size. |
dot_icons_offset |
4 | integer |
Set the position of the Condition icons relative to the dot. Negative number to position above the dot, positive for below, 0 to centre on the dot. |
location_offset |
-5 | integer |
Set the position of the location relative to the dot. Negative number to positon above the dot, positive for below, 0 to centre on the dot. |
info_show |
false |
true / false / integer |
Sets info_show_dot and info_show_line. |
info_show_dot |
false |
true / false / integer |
Set to true to show info per dot. Set integer to maximise amount of info shown. |
info_show_line |
false |
true / false / integer |
Set to true to show info per line. Set integer to maximise amount of info shown. |
info_color |
#000000 | hexadecimal color value |
Colour of info. |
info_mode |
all | all / hover | Set to hover to only show info on hover. |
info_condition |
false |
false / condition name |
Set condition name that shows info. |
info_content |
default | default / scope / condition | Define what information is included in the location dot and line info displays. |
highlight_color |
false |
true / false / hexadecimal color value |
Colour of hovering dot. Set to true to use a default colour. |
svg_style |
false |
false / string |
Include custom styling for the rendered visualisation when in 'Vector' display mode. The style has to be valid CSS for SVG and has to be included as a single line. |