This vector layer displays the location of the observations of features, optionally observations of each feature can be connected by a line forming an observation track.
This layer type can bind any number of features. Location of all observations of all connected features and of all observations of all features in all connected views will be shown. If a feature is connected multiple times (e.g. through views) it will be displayed only once.
Connected features that have no spatial support, no spatial system set or missing LSO will not be shown on the map.
This layer type will use the data filter of the map view definition to filter the observations shown on the map.
Setting |
Description |
Defines zoom extents |
If selected the contents of this layer and all other layers with this flag set will be used to calculate the boundary for zoom extents. |
Hide contents |
If selected the layer's contents will not be shown. However the layer's contents can still be used to define zoom extents. |
Report layer |
Defines that the layer is used as a report layer. If the map view is used in a report that loops through features the features in this layer will be automatically exchanged. |
Feature limit |
The maximum number of features that will be drawn. Even if more features are connected, the map will never show more features than defined by this setting. Displaying many features on a map view might take a long time for getting and rendering the data. This setting should avoid long rendering time if you accidentally connect a huge number of feature (e.g. by connecting a view) |
Opacity |
A value between 1 and 255 that defines the opacity of the visual elements shown in this layer. 1 = nearly transparent, 255 is opaque. |
Expand container features |
If this option is set bound container features are expanded and the contents of the container feature are shown. |
Max. observations per feature |
Defines an upper limit of observations shown for each feature. If a feature has more observations than this number only the first observations will be shown. |
LSO display |
The location of a feature (or the observation) can be displayed on the map either as point or as the original geometry. If displayed as point and if the original geometry of the displayed feature or observation is not a point the geometry will be converted to a point geometry (for details on this conversion see below) |
Feature label |
Defines if a label is added to drawn features and what text is shown with the label. You can choose from a predefined list of formats: •None •Feature name •Feature type + feature name |
Connect observations |
If true the observations of each feature will be connected by a line. The connections will be shown from one observation to is successor (time wise) |
Observation label |
Defines the label shown for each observation |
Date format |
Date & time format string for displayed date and time values |
Table 1: Settings for the layer type Observations
Table 2 shows visualization settings that influence how features are displayed. If these settings are not given the system will try to get visualization settings from the Feature type, if it cannot get it from there the system will choose default settings
Setting |
Description |
Label color |
Defines the color of the label text |
Label size |
Defines the size of labels. Given in points (pt). Note that labels are not resized if the map is zoomed. |
Foreground color |
Defines the color for the graphical elements used to display the feature's geometry and data. |
Background color |
Defines the color that is used to fill polygon geometries. |
Line style |
Defines the line style that is used to draw line and polygon geometries |
Line thickness |
Defines the thickness of lines used to display features |
Point display type |
Defines how objects are displayed. Symbol: objects will be shown with the selected point symbol Bitmap: objects will be shown with the selected bitmap Feature type icon: objects will be shown with the feature type icon Symbol & bitmap: objects will be shown with the selected point symbol plus the selected bitmap. The bitmap is placed with a small offset Symbol & feature type icon: objects will be shown with the selected point symbol plus the feature type icon. The icon is placed with a small offset |
Point symbol |
Defines the symbol used for point geometries, the same symbol is also used if line or polygon geometries are shown as point |
Feature type icon size |
The size of the feature type icon if the point display type is set to Feature type icon or Symbol and feature type icon. |
Point symbol size |
The size used for point symbols. The size is given in pixels. |
Symbol image |
The image used if point display type is set to Bitmap or Symbol & Bitmap. Allows the selection of a PNG image. We suggest to use only small images with transparent background. |
Table 2: Appearance settings for the layer type observation location
Midpoint calculation
When the Map view shows the location of an element as Midpoint that midpoint is calculated differently for different types of geometries and differently for projected and geographic coordinate systems, see tables 1 and 2 for detail.
Geometry |
Midpoint calculation |
Point |
Midpoint is same as point |
Multi point |
Midpoint is Centroid of the Convex hull if the convex hull is a polygon. Midpoint is Centroid of envelope if convex hull is a line. |
Line |
Midpoint is Centroid of the Convex hull if the convex hull is a polygon. Midpoint is Centroid of envelope if convex hull is a line. |
Multi-line |
Midpoint is Centroid of the Convex hull if the convex hull is a polygon. Midpoint is Centroid of envelope if convex hull is a line. |
Polygon |
Midpoint is Centroid of Polygon |
Multi-Polygon |
Midpoint is Centroid of Convex hull of Multi Polygon |
Table 1: Definition of Midpoint for different types of geometries on a projected coordinate system
The convex hull of a geometry defined on a projected coordinate system is the smallest convex geometry that completely encompasses all the points in a given instance. A convex geometry is one in which no interior angle is greater than 180 degrees, so that the sides do not ever bend inwards or contain indentations.
The envelope of a geometry represents the smallest axis-aligned rectangle that completely encompasses every part of the geometry.
Geometry |
Midpoint calculation |
Point |
Midpoint is same as point |
Multi point |
Envelope center |
Line |
Envelope center |
Multi-line |
Envelope center |
Polygon |
Envelope center |
Multi-Polygon |
Envelope center |
Table 2: Definition of Midpoint for different types of geometries on a geographic coordinate system
The Envelope center is the average position of all vectors that describe the location of each point in the geometry from the center of the earth. This is a very simple approximation of the center point of any type of geometry based on a geographic coordinate system.