Add states, plus who's visited where

This commit is contained in:
Chandler Swift 2023-07-25 22:14:34 -05:00
parent 0b88a77b15
commit 3e3eae869c
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 223 additions and 0 deletions

View file

@ -8,6 +8,7 @@ import arenasLayer from './nhl-arenas/layer.js';
import bikepackingLayer from './bikepacking/layer.js';
import chains from './chains/index.js';
import census_bureau from './census-bureau/index.js';
import states from './states/index.js';
const layerCategories = [
{ // Base maps
@ -73,6 +74,7 @@ const layerCategories = [
},
chains,
census_bureau,
states,
];
export default layerCategories;