Add state land layer
This commit is contained in:
parent
69d567d13c
commit
8017e4d88b
5 changed files with 101 additions and 3 deletions
|
|
@ -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,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue