Skip to content

Commit

Permalink
spurious
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 13, 2024
1 parent c879643 commit 62cb547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/openstreetmap_data/openstreetmap_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def log_way(way: dict[str, Any]) -> None:

coords = [(node["lat"], node["lon"]) for node in way["geometry"]]

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


Expand Down

0 comments on commit 62cb547

Please sign in to comment.