Arc Layer
Arc layers draw an arc between two points. They’re useful for visualizing the distance between two points as well as comparing distances in 3D.

Arc layer example.
Note that arc layers don’t show routes between points, but simply the distance between the two points. The tallest arc represents the greatest distance.
To draw arcs you can use two ways - create arc layer from points or create arc layer from points and neighbors.
Create Arc layer from points
To create arc layer from points select the Points option inside arc layer settings.

Creating an arc layer from points.
Required columns to create an arc layer from points: source latitude
and longitude
, and target latitude
and longitude
columns. If the dataset has hex
columns, you can use the source and target hex
columns.
Create Arc layer from points and neighbors
To create arc layer from points and neighbors select the 'Points and Neighbors' option inside arc layer settings.

Creating an arc layer from points and neighbors.
Required columns to create an arc layer from points and neighbors: source latitude
and longitude
columns as well as the neighbors
geo column. If the dataset has hex
columns, you can use the source and target hex
columns as well as the neighbors
geo column.
Properties
For details on how to programmatically specify layer properties, refer to the Layer Configuration specification.
Updated 2 months ago