Add states, plus who's visited where
This commit is contained in:
parent
0b88a77b15
commit
3e3eae869c
4 changed files with 223 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue