Add Trahan trip route

This commit is contained in:
Chandler Swift 2023-09-01 22:19:05 -05:00
parent 8017e4d88b
commit bd31c08c16
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 91 additions and 0 deletions

13
layers/trips/index.js Normal file
View file

@ -0,0 +1,13 @@
import ncAug2023 from './trahan-north-carolina-august-2023/layer.js'
const trips = {
name: "Trips",
layers: [
{
name: "North Carolina 2023-08 with Trahans",
layer: ncAug2023,
},
],
};
export default trips;