Go to file
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
.github Add base map code 2023-07-03 00:20:36 -05:00
layers Add Iowa DOT 2024-01-29 20:13:14 -06:00
ui Make menu off-canvas 2023-07-03 22:13:15 -05:00
util Add Trahan trip route 2023-09-01 22:19:05 -05:00
.gitignore Distribute data with layers instead of data/ dir 2023-07-25 19:14:05 -05:00
Makefile Distribute data with layers instead of data/ dir 2023-07-25 19:14:05 -05:00
README.md Update README 2023-07-03 22:42:44 -05:00
index.html Add basic popup for item information 2024-01-29 02:26:03 -06:00
main.js Add streams to 511mn layer 2024-01-29 03:18:36 -06:00
package-lock.json Add streams to 511mn layer 2024-01-29 03:18:36 -06:00
package.json Add streams to 511mn layer 2024-01-29 03:18:36 -06:00
style.css Add basic popup for item information 2024-01-29 02:26:03 -06:00
vite.config.js Add Chandler layer 2023-07-24 23:23:42 -05:00

README.md

maps.chandlerswift.com

All filterable by time frame

Americana theme?

Requirements

POSIX shell python3 with requests