Taui
Setup
Clone the repository.
If you want to change the UI language, copy configurations/messages/messages-XY.yml
to configurations/default/messages.yml
.
Edit configurations/default/settings.yml
, changing s3bucket
to the bucket where TAUI will be deployed (not necessarily the same as the bucket containing analysis results or destination grids). In this same file, set/delete the Cloudfront distribution ID (?).
Edit configurations/default/store.yml
, changing gridsUrl to the Cloudfront URL for the destination count grids. For sub-buckets within Conveyal's analyst-static bucket, this is https://dz69bcpxxuhn6.cloudfront.net/sub-bucket/sub-sub-bucket
. In this same file, specify the file names of the destination grid(s) within the S3 bucket by editing the grids:
section. Specify two URLs for the analysis results by editing the origins:
section (one for each scenario). Again, use the Cloudfront URL to speed up access. Set the geocoder focus point, country filter, and bounding box. Set the map center coordinates and default origin map marker.
Edit src/reducers/destinations.js
to change the mapping between labels and S3 object names for the destination grids.
Build
After cloning the repository, run: