-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
20 lines (16 loc) · 702 Bytes
/
justfile
File metadata and controls
20 lines (16 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@try-release-andalucia level download savejson:
cargo build --release
cd ./target/release/ && ./wop --bbox=-7.382813,36.129002,-1.702881,38.410558 \
--level={{ level }} \
--download={{ download }} \
--savejson={{ savejson }}
@try-release-uk level download savejson:
cargo build --release
cd ./target/release/ && ./wop --bbox=0.417480,49.979488,3.526611,51.781436 \
--level={{ level }} \
--download={{ download }} \
--savejson={{ savejson }}
@try-debug-andalucia level:
cargo run -- --bbox=-7.382813,36.129002,-1.702881,38.410558 --level={{ level }}
@try-debug-uk level:
cargo run -- --bbox=-0.417480,49.979488,3.526611,51.781436 --level={{ level }}