Commit Graph

4 Commits (91977bdc990d3d73cead63c489e6560a5013a956)

Author SHA1 Message Date
Chandler Swift 91977bdc99
Add Iowa DOT
Turns out this is exactly the same as MNDOT, just a different URL!

Differences:

    diff -x \*.geojson layers/dot-cams/mn layers/dot-cams/ia

    diff -x '*.geojson' layers/dot-cams/mn/get_data.py layers/dot-cams/ia/get_data.py
    16,20c16,20
    <                 north:53.23294,
    <                 south:40.40589,
    <                 east:-78.6823,
    <                 west:-107.24675,
    <                 zoom:9,
    ---
    >                 north:45.2,
    >                 south:38.2,
    >                 east:-82.9,
    >                 west:-98.3,
    >                 zoom:11,
    29c29
    < res = requests.post('https://511mn.org/api/graphql', json=PAYLOAD)
    ---
    > res = requests.post('https://511ia.org/api/graphql', json=PAYLOAD)
2024-01-29 20:13:14 -06:00
Chandler Swift 7fbb7a426a
MNDOT cameras _do_ expose a source!
Co-Authored-By: Eric Villnow <villnoweric@gmail.com>
2024-01-29 20:09:09 -06:00
Chandler Swift 5d39ee481e
Make MNDOT get_data.py executable 2024-01-29 19:53:25 -06:00
Chandler Swift 3dadd8f592
Add WI DOT cams layer 2024-01-29 19:31:28 -06:00