Add state land layer

This commit is contained in:
Chandler Swift 2023-08-27 17:39:55 -05:00
parent 69d567d13c
commit 8017e4d88b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 101 additions and 3 deletions

View file

@ -12,6 +12,7 @@ import states from './states/index.js';
import national_land from './national-land/index.js';
import cellular from './cellular.js';
import light_pollution from './light_pollution.js';
import state_land from './state-land/index.js';
const layerCategories = [
{ // Base maps
@ -79,6 +80,7 @@ const layerCategories = [
census_bureau,
states,
national_land,
state_land,
cellular,
light_pollution,
];