Add Trahan trip route
This commit is contained in:
parent
8017e4d88b
commit
bd31c08c16
5 changed files with 91 additions and 0 deletions
13
layers/trips/index.js
Normal file
13
layers/trips/index.js
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue