Geographical

Design  

NameDefault valueDescription
Dot ColournoneColour of location dots. Overrides all other colour settings.
Dot Colour ConditionnoneName of the Condition that sets the colour of the node.
Dot Min Size8Minimal size of location dots.
Dot Max Size20Maximum size of location dots.
Dot Stroke Colour#f0f0f0Colour of stroke of location dots.
Dot Stroke Width1.5Width of stroke of location dots.
Show LocationNoDisplay the name of a Location Reference.
Location Colour#000000Colour of the name of a Location Reference.
Location Size8Size of the name of a Location Reference.
Location Offset-5Offset of the name of a Location Reference relative to the dot.
Location PositionStaticSet to 'Algorithmic' to prevent overlap. Enable 'Manual' to drag-and-drop Location Reference names.
Location Threshold1The weight a location should have (amount of Sub-Objects) for the Location Reference to be displayed by default.
Location ConditionnoneName of the Condition that displays the name of a Location Reference.
Line ColournoneColour of lines (or line dots in 'Movement' mode).
Line Min Width2Minimal width of lines (or line dots in 'Movement' mode).
Line Max Width10Maximum width of lines (or line dots in 'Movement' mode).
Line Offset6Curve.
Show Visual HintsYesDisplay visual hints if a new Sub-Object is shown.
Visual Hint Colour#0092d9Colour of the visual hint.
Visual Hint Size20Size of the visual hint.
Visual Hint Stroke Colour#ffffffStroke colour of the visual hint.
Visual Hint Stroke Width2Stroke width of the visual hint.
Visual Hint Duration0.5Duration of the visual hint, in seconds.
Visual Hint Delay0Delay of the visual hint, in seconds.
Show SurfaceNoDisplay a convex hull around all nodes.
Surface Colour#000000Colour of the convex hull.
Surface Opacity0.1Opacity of the convex hull.

Settings  

NameDefault valueDescription
Show Geometric InformationNoDisplay information on the total distance, longest distance, shortest distance, and total surface.
MapClick 'Default Visuals' to load the default map settings.Configure and sort multiple background layers by providing:
  • URL template: template to load tiles from a tile server (e.g. WMS/WMTS/TMS/XYZ).

    The following parameters can be used to configure a template: {z} {x} {y} {-y} {bbox} {width} {height} {s} {s=a,b,c}.

    Example templates:

    //mygeoserver/wms?service=WMS&request=GetMap&layers=MyLayer&format=image/png&transparent=true&srs=EPSG:3857&height={height}&width={width}&bbox={bbox}

    //mygeoserver/wmts?service=WMTS&request=GetTile&layer=MyLayer&tileMatrixSet=default028mm&format=image/png&height={height}&width={width}&tilematrix={z}&tilerow={y}&tilecol={x}

  • Opacity: default layer opacity.
  • Attribution: information about the layer, optional. Use the format name :: attribution to provide a separate name and attribution for the layer.
Background ColournoneBackgound colour of the visualisation.
ModeConnectionSelect 'Connection' for paths, and 'Movement'. The 'Movement' option is only available using a 'Pixel' display mode.
DisplayVectorThe '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.

NameDefault valueAccepted valuesDescription
move_continuoustruetrue / falseAllow for a single move or a coninuous move.
move_retainfalsefalse / single / allRetain moving line dots if Object is removed.
move_unitpixelpixel / dayMovemenent speed is based on distance in pixels or chronological distance.
move_chronologicalfalsetrue / falseSets move_continuous to false, move_retain to false and move_unit to 'day'. Allows the visualisation to be played chronologically.
move_speed30integerUnits per second.
move_duration_minfalsefalse / integerMinimal duration of a moving line dot.
move_duration_maxfalsefalse / integerMaximum duration of a moving line dot.
move_duration_info_minfalsefalse / integerSeconds.
move_duration_info_maxfalsefalse / integerSeconds.
move_glowfalsetrue / falsetba
connection_line_color#ffffffhexadecimal color valueColour of the lines connecting location dots.
connection_line_opacity0.40 - 1Default opacity of the lines connecting location dots.
connection_line_opacity_range_min0.50 - 1Minimal opacity of the lines connecting location dots.
connection_line_opacity_range_max10 - 1Maximum opacity of the lines connecting location dots.
move_connection_line_apply_opacitymovedmove / movedtba
connection_line_width1.5numberDefault opacity of the lines connecting location dots.
move_warp_length8integertba
hint_dotpulsefalse / pulse / locationtba
move_hint_dotfalsetrue / falsetba
moved_hint_dotfalsetrue / falsetba
hint_linefalsetrue / falsetba
moved_hint_linefalsetrue / falsetba
max_hint_dots100integertba
dot_iconcirclecircle / squareSet to square to show location dots as squares.
dot_icons_size15integer / weightSet 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_offset4integerSet 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-5integerSet 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_showfalsetrue / false / integerSets info_show_dot and info_show_line.
info_show_dotfalsetrue / false / integerSet to true to show info per dot. Set integer to maximise amount of info shown.
info_show_linefalsetrue / false / integerSet to true to show info per line. Set integer to maximise amount of info shown.
info_color#000000hexadecimal color valueColour of info.
info_size8numberText size of info.
info_modehoverall / hoverSet to hover to only show info on hover.
info_conditionfalsefalse / condition nameSet condition name that shows info.
info_contentdefaultdefault / scope / conditionDefine what information is included in the location dot and line info displays.
text_fontAutofont nameSet custom font name(s) used for the location and info (mainly in 'Movement' mode) texts. Fonts have to be available on the local client. Listing multiple fonts are separated with a comma.
highlight_colorfalsetrue / false / hexadecimal color valueColour of hovering dot. Set to true to use a default colour.
svg_stylefalsefalse / stringInclude 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.