Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map View and GeoPoints archetype #6561

Merged
merged 47 commits into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3acf99c
feat: map related types
tfoldi Oct 20, 2024
cd2ce66
feat: add space view
tfoldi Oct 21, 2024
2f4d463
feat: add space view
tfoldi Oct 21, 2024
3ff9d07
chore: add MapView to blueprint.
tfoldi Oct 21, 2024
d99004d
Fix some fbs docstring and change warn to warn_once
abey79 Oct 21, 2024
5e7682a
update the icon
abey79 Oct 21, 2024
d5fa17b
style: fix lint issues
tfoldi Oct 21, 2024
194e28b
refactor: remove Secret component/access_token
tfoldi Oct 22, 2024
65549ea
refactor: map_options -> options
tfoldi Oct 22, 2024
aa6ff1c
doc: map_options -> options
tfoldi Oct 22, 2024
207937f
refactored visualizer and walkers plugin
abey79 Oct 22, 2024
af9316a
refactor: map_options -> options
tfoldi Oct 22, 2024
bee7514
Merge branch 'feat/mapbox-view' of https://github.com/tfoldi/rerun in…
tfoldi Oct 22, 2024
3637ea0
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 23, 2024
b88ca6b
Improve query code, support visible time range
abey79 Oct 22, 2024
b8ad65f
Rewrote/simplified the query code
abey79 Oct 23, 2024
1ef5665
Add a cargo feature, disabled by default, but enabled in "release"
abey79 Oct 23, 2024
4cc0e1a
Introduce `GeoPoints` archetype, and use it instead of `Points3D` for…
abey79 Oct 23, 2024
6b4d612
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 23, 2024
698af7b
Clean up and lint fixes
abey79 Oct 23, 2024
7e33d04
Rewrote the auto-pan&zoom heuristics
abey79 Oct 24, 2024
e94092c
Improved the overlay UI code
abey79 Oct 24, 2024
26fec77
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 24, 2024
cada75d
Attempt to appease CI
abey79 Oct 24, 2024
b059949
Fix help UI + updated deny.toml
abey79 Oct 24, 2024
bc6bbfb
Codegen
abey79 Oct 24, 2024
992a4e3
Update architecture diagram
abey79 Oct 24, 2024
69b0152
Cleanup and better editor for ZoomLevel
abey79 Oct 24, 2024
5c1005d
Revert changes to nuscenes
abey79 Oct 24, 2024
c57d460
Reverted too much :)
abey79 Oct 24, 2024
5b9bca3
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 24, 2024
8851a9c
Added some notes/warning in fbs docstrings
abey79 Oct 24, 2024
c5b7848
Typo
abey79 Oct 24, 2024
123eb2a
Fix doclink
abey79 Oct 24, 2024
ef9ee5b
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 24, 2024
61c1340
Address some review comments
abey79 Oct 25, 2024
28d2279
Appease mypy for the map view snipped and add todo to clean the bluep…
abey79 Oct 25, 2024
598e25b
Split the view properties into MapZoom and MapBackround
abey79 Oct 25, 2024
045c59a
Improve map view fbs docstring
abey79 Oct 25, 2024
920dbfd
Set max zoom to 19 and log related errors as `DEBUG` instead of `WARN`
abey79 Oct 25, 2024
6dc47cf
call fallback fallback no default
abey79 Oct 25, 2024
f2482f1
add walkers to CRATES_AT_INFO_LEVEL
abey79 Oct 25, 2024
670185e
lint
abey79 Oct 25, 2024
2490b4e
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 25, 2024
01ed7b6
codegen
abey79 Oct 25, 2024
dbf290e
Merge branch 'main' into fork/tfoldi/feat/mapbox-view
abey79 Oct 25, 2024
9625594
mark all fbs as unreleased
abey79 Oct 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,14 @@ Of course, this will only take us so far. In the future we plan on caching queri
Here is an overview of the crates included in the project:

<picture>
<img src="https://static.rerun.io/crates/4f5569b318a5b8d7b0e9ab6e34e672c58ac5c63e/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/4f5569b318a5b8d7b0e9ab6e34e672c58ac5c63e/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/4f5569b318a5b8d7b0e9ab6e34e672c58ac5c63e/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/4f5569b318a5b8d7b0e9ab6e34e672c58ac5c63e/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/4f5569b318a5b8d7b0e9ab6e34e672c58ac5c63e/1200w.png">
<img src="https://static.rerun.io/crates/3bdd323e2f9c8f6561cfc0696e7362190918d0fc/full.png" alt="">
<source media="(max-width: 480px)" srcset="https://static.rerun.io/crates/3bdd323e2f9c8f6561cfc0696e7362190918d0fc/480w.png">
<source media="(max-width: 768px)" srcset="https://static.rerun.io/crates/3bdd323e2f9c8f6561cfc0696e7362190918d0fc/768w.png">
<source media="(max-width: 1024px)" srcset="https://static.rerun.io/crates/3bdd323e2f9c8f6561cfc0696e7362190918d0fc/1024w.png">
<source media="(max-width: 1200px)" srcset="https://static.rerun.io/crates/3bdd323e2f9c8f6561cfc0696e7362190918d0fc/1200w.png">
</picture>



<!-- !!! IMPORTANT!!!

This image must be updated each time a crate is added/removed/updated.
Expand Down Expand Up @@ -135,6 +134,7 @@ Update instructions:
| re_space_view | Types & utilities for defining Space View classes and communicating with the Viewport. |
| re_space_view_bar_chart | A Space View that shows a single bar chart. |
| re_space_view_dataframe | A Space View that shows the data contained in entities in a table. |
| re_space_view_map | A Space View that shows geospatial data on a map. |
abey79 marked this conversation as resolved.
Show resolved Hide resolved
| re_space_view_spatial | Space Views that show entities in a 2D or 3D spatial relationship. |
| re_space_view_tensor | A Space View dedicated to visualizing tensors with arbitrary dimensionality. |
| re_space_view_text_document | A simple Space View that shows a single text box. |
Expand Down
Loading
Loading