diff --git a/crates/store/re_types/definitions/rerun/archetypes/geo_line_strings.fbs b/crates/store/re_types/definitions/rerun/archetypes/geo_line_strings.fbs index f1ad79cc1c12..6c793336dee2 100644 --- a/crates/store/re_types/definitions/rerun/archetypes/geo_line_strings.fbs +++ b/crates/store/re_types/definitions/rerun/archetypes/geo_line_strings.fbs @@ -6,8 +6,6 @@ namespace rerun.archetypes; /// /// Also known as "line strips" or "polylines". /// -/// **Note**: Geospatial entities are experimental. -/// /// \example archetypes/geo_line_string_simple title="Log a geospatial line string" image="https://static.rerun.io/geo_line_strings_simple/5669983eb10906ace303755b5b5039cad75b917f/1200w.png" table GeoLineStrings ( "attr.rust.derive": "PartialEq", diff --git a/crates/store/re_types/definitions/rerun/archetypes/geo_points.fbs b/crates/store/re_types/definitions/rerun/archetypes/geo_points.fbs index a21581427e17..11613f98d4ab 100644 --- a/crates/store/re_types/definitions/rerun/archetypes/geo_points.fbs +++ b/crates/store/re_types/definitions/rerun/archetypes/geo_points.fbs @@ -2,8 +2,6 @@ namespace rerun.archetypes; /// Geospatial points with positions expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees), and optional colors and radii. /// -/// **Note**: Geospatial entities are experimental. -/// /// \example archetypes/geo_point_simple title="Log a geospatial point" image="https://static.rerun.io/geopoint_simple/146b0783c5aea1c1b6a9aab938879942b7c820e2/1200w.png" table GeoPoints ( "attr.rust.derive": "PartialEq", diff --git a/crates/store/re_types/src/archetypes/geo_line_strings.rs b/crates/store/re_types/src/archetypes/geo_line_strings.rs index 73dd93f9f7c0..242a99868902 100644 --- a/crates/store/re_types/src/archetypes/geo_line_strings.rs +++ b/crates/store/re_types/src/archetypes/geo_line_strings.rs @@ -22,8 +22,6 @@ use ::re_types_core::{DeserializationError, DeserializationResult}; /// /// Also known as "line strips" or "polylines". /// -/// **Note**: Geospatial entities are experimental. -/// /// ## Example /// /// ### Log a geospatial line string diff --git a/crates/store/re_types/src/archetypes/geo_points.rs b/crates/store/re_types/src/archetypes/geo_points.rs index aaa32d63a97e..d84a42fdd39a 100644 --- a/crates/store/re_types/src/archetypes/geo_points.rs +++ b/crates/store/re_types/src/archetypes/geo_points.rs @@ -20,8 +20,6 @@ use ::re_types_core::{DeserializationError, DeserializationResult}; /// **Archetype**: Geospatial points with positions expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees), and optional colors and radii. /// -/// **Note**: Geospatial entities are experimental. -/// /// ## Example /// /// ### Log a geospatial point diff --git a/docs/content/howto/visualization/geospatial-data.md b/docs/content/howto/visualization/geospatial-data.md index 851a62cd01b8..e8cab1766361 100644 --- a/docs/content/howto/visualization/geospatial-data.md +++ b/docs/content/howto/visualization/geospatial-data.md @@ -3,7 +3,7 @@ title: Visualize geospatial data order: 300 --- -Rerun 0.20 introduced a new, experimental [map view](../../reference/types/views/map_view.md). +Rerun 0.20 introduced a new [map view](../../reference/types/views/map_view.md). This guide provides a short overview on how to use it to visualise geospatial data. ## Coordinate system diff --git a/docs/content/reference/types/archetypes/geo_line_strings.md b/docs/content/reference/types/archetypes/geo_line_strings.md index a1361e6260bb..9987b7e2e076 100644 --- a/docs/content/reference/types/archetypes/geo_line_strings.md +++ b/docs/content/reference/types/archetypes/geo_line_strings.md @@ -7,8 +7,6 @@ Geospatial line strings with positions expressed in [EPSG:4326](https://epsg.io/ Also known as "line strips" or "polylines". -**Note**: Geospatial entities are experimental. - ## Components **Required**: [`GeoLineString`](../components/geo_line_string.md) diff --git a/docs/content/reference/types/archetypes/geo_points.md b/docs/content/reference/types/archetypes/geo_points.md index 1d83565979fc..9c395b206e39 100644 --- a/docs/content/reference/types/archetypes/geo_points.md +++ b/docs/content/reference/types/archetypes/geo_points.md @@ -5,8 +5,6 @@ title: "GeoPoints" Geospatial points with positions expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees), and optional colors and radii. -**Note**: Geospatial entities are experimental. - ## Components **Required**: [`LatLon`](../components/lat_lon.md) diff --git a/rerun_cpp/src/rerun/archetypes/geo_line_strings.hpp b/rerun_cpp/src/rerun/archetypes/geo_line_strings.hpp index 29c65f1f769e..58fe88698d27 100644 --- a/rerun_cpp/src/rerun/archetypes/geo_line_strings.hpp +++ b/rerun_cpp/src/rerun/archetypes/geo_line_strings.hpp @@ -22,8 +22,6 @@ namespace rerun::archetypes { /// /// Also known as "line strips" or "polylines". /// - /// **Note**: Geospatial entities are experimental. - /// /// ## Example /// /// ### Log a geospatial line string diff --git a/rerun_cpp/src/rerun/archetypes/geo_points.hpp b/rerun_cpp/src/rerun/archetypes/geo_points.hpp index 2246b45c2eb4..67679ce7b156 100644 --- a/rerun_cpp/src/rerun/archetypes/geo_points.hpp +++ b/rerun_cpp/src/rerun/archetypes/geo_points.hpp @@ -20,8 +20,6 @@ namespace rerun::archetypes { /// **Archetype**: Geospatial points with positions expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees), and optional colors and radii. /// - /// **Note**: Geospatial entities are experimental. - /// /// ## Example /// /// ### Log a geospatial point diff --git a/rerun_py/rerun_sdk/rerun/archetypes/geo_line_strings.py b/rerun_py/rerun_sdk/rerun/archetypes/geo_line_strings.py index 14432946db97..4e79737a229b 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/geo_line_strings.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/geo_line_strings.py @@ -23,8 +23,6 @@ class GeoLineStrings(GeoLineStringsExt, Archetype): Also known as "line strips" or "polylines". - **Note**: Geospatial entities are experimental. - Example ------- ### Log a geospatial line string: diff --git a/rerun_py/rerun_sdk/rerun/archetypes/geo_points.py b/rerun_py/rerun_sdk/rerun/archetypes/geo_points.py index 92aa58553d59..6aba42707d43 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/geo_points.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/geo_points.py @@ -21,8 +21,6 @@ class GeoPoints(GeoPointsExt, Archetype): """ **Archetype**: Geospatial points with positions expressed in [EPSG:4326](https://epsg.io/4326) latitude and longitude (North/East-positive degrees), and optional colors and radii. - **Note**: Geospatial entities are experimental. - Example ------- ### Log a geospatial point: