Skip to content

Commit 829f3d4

Browse files
committed
chore: Add just shortcuts for some examples
1 parent 6f85750 commit 829f3d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

justfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ get_fonts:
9595
unzip fonts.zip -d galileo/examples/data
9696
rm fonts.zip
9797

98+
# Run the raster tiles example
99+
[group('Examples shortcuts')]
100+
rt:
101+
cargo run --example raster_tiles
102+
103+
# Run the vector tiles example
104+
[group('Examples shortcuts')]
105+
vt:
106+
cargo run --example vector_tiles

0 commit comments

Comments
 (0)