rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.66k stars 336 forks source link

OSM example: Fewer log-lines and all static data #8116

Closed nikolausWest closed 1 week ago

nikolausWest commented 1 week ago

What

⬆️

Code more like this:

rr.log(
    entity_path,
    rr.GeoLineStrings(lat_lon=[coords], radii=rr.components.Radius.ui_points(2.0)),
    rr.AnyValues(**way.get("tags", {})),
    static=True,
)

image

Checklist

To run all checks from main, comment on the PR with @rerun-bot full-check.