Compare commits

..

3 commits

2 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View file

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

View file

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