Add 511MN cameras layer

This commit is contained in:
Chandler Swift 2024-01-29 02:24:53 -06:00
parent 61ee67875c
commit a6ff3d42f0
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 156 additions and 0 deletions

View file

@ -14,6 +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';
const layerCategories = [
{ // Base maps
@ -75,6 +76,10 @@ const layerCategories = [
name: "Bikepacking.com Routes",
layer: bikepackingLayer,
},
{
name: "511MN Cameras",
layer: _511mncamerasLayer,
}
]
},
trips,