Add 511MN cameras layer
This commit is contained in:
parent
61ee67875c
commit
a6ff3d42f0
5 changed files with 156 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue