Add Trahan trip route
This commit is contained in:
parent
8017e4d88b
commit
bd31c08c16
5 changed files with 91 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ import national_land from './national-land/index.js';
|
|||
import cellular from './cellular.js';
|
||||
import light_pollution from './light_pollution.js';
|
||||
import state_land from './state-land/index.js';
|
||||
import trips from './trips/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -76,6 +77,7 @@ const layerCategories = [
|
|||
},
|
||||
]
|
||||
},
|
||||
trips,
|
||||
chains,
|
||||
census_bureau,
|
||||
states,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue