Point geometries

Maps contain two ways to visualize point geometries: icons and circles. To display an icon or circle, you need a geometry source that provides a location for each object. The supported geometry sources are geohash properties and tracks.

When using a track as a point geometry source, the map will extract a location from the track that corresponds to the current selected time. There are configuration options that control how that location is interpolated, which are covered on the tracks page.

Icon configuration

Icons are one of the most common ways to visualize point data. Each icon is placed at the location provided by the geometry source, and can be styled in a variety of ways to generate a visualization that suits your workflow.

Icon

The Icon section allows you to control the icon that will be displayed for each object. The options for specifying the icon that is displayed are:

  • Object default: The icon will be the default icon for the object type, as configured in the Ontology Management application.
  • Fixed icon: Choose a specific icon to display for all objects in the layer.
  • Property: Each object is displayed with an icon that is determined by a property on the object.

The example below uses a rain status time series with both color and icon styling to visualize which weather stations across the Pacific Northwest observed rain on the selected day.

A map displaying sun and rain icons to indicate the weather conditions of the region.

Rotation

You can control the rotation of the icon by any of the value-based styling options. For track geometry sources, there is also an Automatic option which rotates the icon in the direction of the object's movement according to the track.

The example below uses a fixed arrow icon and rotation styling to display the direction of movement for vessel objects.

Vessel direction.

Marker shape

There are three styles of markers that you can configure for icons:

CirclePinNone
Circle marker.Pin marker.No marker.

Circle configuration

Each circle is centered on the location provided and drawn with a radius value that you can configure in the radius section of styling.

Airports with different circle sizes.

The other circle style options are the same as the options for polygon geometries.