Genericize Wisconsin's solution
This commit is contained in:
parent
d4282a6eae
commit
fd3fd0b105
8 changed files with 158 additions and 127 deletions
|
|
@ -1,20 +1,18 @@
|
|||
import al from './al/layer.js';
|
||||
import wi from './wi/layer.js';
|
||||
import wi from './travel-iq/index.js';
|
||||
|
||||
import castlerocklayers from './castle-rock/index.js';
|
||||
import travelIqLayers from './travel-iq/index.js';
|
||||
|
||||
const dot_cams = {
|
||||
name: "State DOT Cameras",
|
||||
layers: [
|
||||
...castlerocklayers,
|
||||
...travelIqLayers,
|
||||
{
|
||||
name: "Alabama: ALDOT/ALGO",
|
||||
layer: al,
|
||||
},
|
||||
{
|
||||
name: "WisDOT/511WI",
|
||||
layer: wi,
|
||||
},
|
||||
],
|
||||
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