Add US Census Bureau layers
This commit is contained in:
parent
77ff710b0d
commit
0b88a77b15
5 changed files with 168 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import amtrakLayer from './amtrak/layer.js';
|
|||
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';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -70,7 +71,8 @@ const layerCategories = [
|
|||
},
|
||||
]
|
||||
},
|
||||
chains
|
||||
chains,
|
||||
census_bureau,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue