Add US Public Land (national park/forest) layers

This commit is contained in:
Chandler Swift 2023-07-28 13:15:45 -05:00
parent 354d952567
commit eed4688c3b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
3 changed files with 75 additions and 0 deletions

View file

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