Consolidate/add castle-rock derived cameras
This commit is contained in:
parent
30b7ca198a
commit
c6e80cf9ad
14 changed files with 196 additions and 334 deletions
|
|
@ -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>`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue