Consolidate/add castle-rock derived cameras

This commit is contained in:
Chandler Swift 2024-01-30 00:14:55 -06:00
parent 30b7ca198a
commit c6e80cf9ad
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
14 changed files with 196 additions and 334 deletions

View file

@ -1,22 +1,15 @@
import mn from './mn/layer.js';
import wi from './wi/layer.js';
import ia from './ia/layer.js';
import castlerocklayers from './castle-rock/index.js';
const dot_cams = {
name: "State DOT Cameras",
layers: [
{
name: "MNDOT/511MN",
layer: mn,
},
...castlerocklayers,
{
name: "WisDOT/511WI",
layer: wi,
},
{
name: "Iowa DOT/511IA",
layer: ia,
},
],
details: `<a href="#" onclick="this.closest('details').querySelectorAll('ul li input').forEach(e => e.checked || e.click()); return false;">Enable All</a>`,
};