Add tjx stores

Requested-By: Käthe Swift
This commit is contained in:
Chandler Swift 2024-04-28 00:15:16 -05:00
parent a038e5a0fa
commit 308ec72569
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 137 additions and 0 deletions

View file

@ -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;