Add Sprint/AT&T coverage layers

This commit is contained in:
Chandler Swift 2023-08-19 13:53:12 -05:00
parent 645aa85751
commit 8c011b481a
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 129 additions and 0 deletions

View file

@ -10,6 +10,7 @@ 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';
import cellular from './cellular.js';
const layerCategories = [
{ // Base maps
@ -77,6 +78,7 @@ const layerCategories = [
census_bureau,
states,
national_land,
cellular,
];
export default layerCategories;