Compare commits

..

4 commits

2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ node_modules
dist
*.geojson
*.shp
layers/dot-cams/castle-rock/data/states.js

View file

@ -1,3 +1,4 @@
import al from './al/layer.js';
import wi from './wi/layer.js';
import castlerocklayers from './castle-rock/index.js';
@ -6,6 +7,10 @@ const dot_cams = {
name: "State DOT Cameras",
layers: [
...castlerocklayers,
{
name: "Alabama: ALDOT/ALGO",
layer: al,
},
{
name: "WisDOT/511WI",
layer: wi,