Add light pollution layers
This commit is contained in:
parent
8c011b481a
commit
69d567d13c
2 changed files with 30 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import census_bureau from './census-bureau/index.js';
|
|||
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';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -79,6 +80,7 @@ const layerCategories = [
|
|||
states,
|
||||
national_land,
|
||||
cellular,
|
||||
light_pollution,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue