Add tjx stores
Requested-By: Käthe Swift
This commit is contained in:
parent
a038e5a0fa
commit
308ec72569
5 changed files with 137 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import state_land from './state-land/index.js';
|
|||
import trips from './trips/index.js';
|
||||
import dot_cams from './dot-cams/index.js';
|
||||
import survey_markers from './survey-markers/index.js';
|
||||
import tjx from './tjx/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -99,6 +100,7 @@ const layerCategories = [
|
|||
state_land,
|
||||
cellular,
|
||||
light_pollution,
|
||||
tjx,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue