Add layer for FCC tower registrations
This commit is contained in:
parent
87366362d8
commit
c9b033a61e
5 changed files with 135 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ import minnesotaAdventureTrails from './minnesota-adventure-trails/index.js';
|
|||
import cropHistory from './crop-history/index.js';
|
||||
import mnAmbulanceServiceAreas from './mn-ambulance-service-areas/layer.js';
|
||||
import upsServiceAreas from './ups/index.js';
|
||||
import fccTowersLayer from './fcc/towers/layer.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -93,6 +94,10 @@ const layerCategories = [
|
|||
layer: bikepackingLayer,
|
||||
},
|
||||
mnAmbulanceServiceAreas,
|
||||
{
|
||||
name: "FCC Towers",
|
||||
layer: fccTowersLayer,
|
||||
}
|
||||
]
|
||||
},
|
||||
upsServiceAreas,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue