Add airports layer
This commit is contained in:
parent
5553b815f6
commit
69e777033e
4 changed files with 83 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ import upsServiceAreas from './ups/index.js';
|
|||
import fccTowersLayer from './fcc/towers/layer.js';
|
||||
import mnSalesTaxLayers from './mn-sales-tax/index.js';
|
||||
import versatilesLayers from './versatiles.js';
|
||||
import airports from './airports/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -118,6 +119,7 @@ const layerCategories = [
|
|||
tjx,
|
||||
cropHistory,
|
||||
mnSalesTaxLayers,
|
||||
airports,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue