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.
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.
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:
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.
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.
There are three styles of markers that you can configure for icons:
Circle | Pin | None |
---|---|---|
Each circle is centered on the location provided and drawn with a radius value that you can configure in the radius section of styling.
The other circle style options are the same as the options for polygon geometries.