Skip to content

Commit fa9aa01

Browse files
committed
Fix readme and add to manifest
1 parent a346b74 commit fa9aa01

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

examples/manifest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ examples = [
141141
"clock",
142142
"dna",
143143
"log_file",
144+
"osm_data",
144145
"minimal",
145146
"multiprocess_logging",
146147
"multithreading",

examples/python/osm_data/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
title = "OSM Data"
33
tags = ["Map", "Blueprint"]
44
thumbnail_dimensions = [480, 480]
5-
-->
6-
7-
<!-- TODO(ab): add this to frontmatter
8-
9-
thumbnail = "https://static.rerun.io/nuscenes/9c50bf5cadb879ef818ac3d35fe75696a9586cb4/480w.png"
5+
thumbnail = "https://static.rerun.io/osm_data/6d598e50c3d4c7c4a293fbc4bd34e0163563b602/480w.png"
106
channel = "release"
117
-->
128

13-
Download [`OpenStreetMap`](https://www.openstreetmap.org) data via the [Overpass](https://overpass-api.de) API and display it on a [map view](https://www.rerun.io/docs/reference/types/view/map_view).
149

15-
<!-- TODO(ab): screenshot -->
10+
Download [`OpenStreetMap`](https://www.openstreetmap.org) data via the [Overpass](https://overpass-api.de) API and display it on a [map view](https://www.rerun.io/docs/reference/types/view/map_view).
1611

12+
<picture>
13+
<img src="https://static.rerun.io/osm-data/926e89e0587b0d66a1cd620b3f5b77ac79eca272/full.png" alt="">
14+
<source media="(max-width: 480px)" srcset="https://static.rerun.io/osm-data/926e89e0587b0d66a1cd620b3f5b77ac79eca272/480w.png">
15+
<source media="(max-width: 768px)" srcset="https://static.rerun.io/osm-data/926e89e0587b0d66a1cd620b3f5b77ac79eca272/768w.png">
16+
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/osm-data/926e89e0587b0d66a1cd620b3f5b77ac79eca272/1024w.png">
17+
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/osm-data/926e89e0587b0d66a1cd620b3f5b77ac79eca272/1200w.png">
18+
</picture>
1719

1820
## Run the code
1921

0 commit comments

Comments
 (0)