You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to change the UI language, copy `configurations/messages/messages-XY.yml` to `configurations/default/messages.yml`.
13
+
14
+
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 (?).
15
+
16
+
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.
17
+
18
+
Edit `src/reducers/destinations.js` to change the mapping between labels and S3 object names for the destination grids.
0 commit comments