The Polygon tool produces polygons in two different ways. Pair it with Point-in-Polygon or other workflows that expect a polygon column.Documentation Index
Fetch the complete documentation index at: https://docs.less.tech/llms.txt
Use this file to discover all available pages before exploring further.
Modes
- From coordinates — start from a center latitude/longitude per row and call the isochrones service to build an area by driving distance or driving time.
- Convert from JSON — start from a column of coordinate lists and close the ring to form a polygon without calling the isochrone API.
- From coordinates
- Convert from JSON
Range type
Pick Distance (kilometers) or Time (minutes) to control how large the polygons will be. For example, an area around a point with a 100 kilometer distance from the center point to the outer ring of the area is fairly. Conversely, a 5 minute drivetime distance from the center to the outer ring of the area is comparatively small.
Outputs (summary)
- From coordinates — input columns are preserved where applicable; a
geometrycolumn holds the isochrone polygon (TopoJSON). Failed rows may includeerroranderror_messagefields. - Convert from JSON — same row keys plus a
geometryTopoJSON polygon per successful conversion.