LGTM
This commit is contained in:
parent
9248e26af2
commit
f2a2651b8a
95 changed files with 3993 additions and 1471 deletions
|
|
@ -93,8 +93,7 @@ The running server expects the same structure under
|
|||
Travel times are built separately because they are expensive:
|
||||
|
||||
```bash
|
||||
make -f Makefile.data download-transit-network
|
||||
./r5-java/run.sh --threads 8 --heap 40g
|
||||
make -f Makefile.data generate-travel-times
|
||||
```
|
||||
|
||||
For a quick R5 smoke test:
|
||||
|
|
@ -200,9 +199,3 @@ docker build -t property-map .
|
|||
|
||||
The container entrypoint runs `property-map-server` with the expected data paths
|
||||
under `/app/data` and serves `frontend/dist` when `--dist` is present.
|
||||
|
||||
|
||||
|
||||
make -f Makefile.data tiles prepare generate-postcode-boundaries download-places
|
||||
make -f Makefile.data download-map-assets
|
||||
./r5-java/run.sh --paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue