Add WI DOT cams layer

This commit is contained in:
Chandler Swift 2024-01-29 19:28:41 -06:00
parent f8e1126444
commit 3dadd8f592
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
9 changed files with 161 additions and 5 deletions

View file

@ -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,