Add US Public Land (national park/forest) layers
This commit is contained in:
parent
354d952567
commit
eed4688c3b
3 changed files with 75 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ 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';
|
||||
import national_land from './national-land/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -75,6 +76,7 @@ const layerCategories = [
|
|||
chains,
|
||||
census_bureau,
|
||||
states,
|
||||
national_land,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue