From bec849297c4402bb11b6ee9540f94da37b6b6ce8 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Wed, 6 Nov 2024 11:13:35 +0100 Subject: [PATCH] codegen --- docs/content/reference/types/components/geo_line_string.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/reference/types/components/geo_line_string.md b/docs/content/reference/types/components/geo_line_string.md index 89fab8466b5d..f03f0f9259c9 100644 --- a/docs/content/reference/types/components/geo_line_string.md +++ b/docs/content/reference/types/components/geo_line_string.md @@ -5,9 +5,11 @@ title: "GeoLineString" A geospatial line string expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees). -## Fields -* lat_lon: list of [`DVec2D`](../datatypes/dvec2d.md) +## Arrow datatype +``` +List> +``` ## API reference links * 🌊 [C++ API docs for `GeoLineString`](https://ref.rerun.io/docs/cpp/stable/structrerun_1_1components_1_1GeoLineString.html?speculative-link)