Add WI DOT cams layer
This commit is contained in:
parent
f8e1126444
commit
3dadd8f592
9 changed files with 161 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ import cellular from './cellular.js';
|
|||
import light_pollution from './light_pollution.js';
|
||||
import state_land from './state-land/index.js';
|
||||
import trips from './trips/index.js';
|
||||
import _511mncamerasLayer from './511mn/layer.js';
|
||||
import dot_cams from './dot-cams/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -76,12 +76,9 @@ const layerCategories = [
|
|||
name: "Bikepacking.com Routes",
|
||||
layer: bikepackingLayer,
|
||||
},
|
||||
{
|
||||
name: "511MN Cameras",
|
||||
layer: _511mncamerasLayer,
|
||||
}
|
||||
]
|
||||
},
|
||||
dot_cams,
|
||||
trips,
|
||||
chains,
|
||||
census_bureau,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue