Skip to content

Commit

Permalink
Improve map view fbs docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 25, 2024
1 parent 598e25b commit 045c59a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace rerun.blueprint.views;

/// A map view.
/// A 2D map view to display geospatial primitives.
///
/// \example views/map title="Use a blueprint to create a MapView."
/// \example views/map title="Use a blueprint to create a map view."
//TODO(ab): add a screenshot
table MapView (
"attr.rerun.view_identifier": "Map"
Expand Down
2 changes: 1 addition & 1 deletion crates/store/re_types/src/blueprint/views/map_view.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/viewer/re_space_view_map/src/map_space_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl SpaceViewClass for MapSpaceView {
fn help_markdown(&self, _egui_ctx: &egui::Context) -> String {
"# Map view
Displays a Position3D on a map.
Displays geospatial primitives on a map.
## Navigation controls
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/types/views.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/content/reference/types/views/map_view.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions rerun_py/rerun_sdk/rerun/blueprint/views/map_view.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 045c59a

Please sign in to comment.