6220dd76d5
Add per-category details
2023-09-01 22:23:40 -05:00
ac2728b393
Autorefresh Chandler location every 10 seconds
2023-09-01 22:19:45 -05:00
bd31c08c16
Add Trahan trip route
2023-09-01 22:19:05 -05:00
8017e4d88b
Add state land layer
2023-08-27 17:39:55 -05:00
69d567d13c
Add light pollution layers
2023-08-27 16:33:51 -05:00
8c011b481a
Add Sprint/AT&T coverage layers
2023-08-19 13:53:12 -05:00
645aa85751
Add Punch Pizza
2023-08-19 13:52:20 -05:00
78f9830400
Only open categories with active layers by default
2023-07-28 08:21:58 -05:00
eed4688c3b
Add US Public Land (national park/forest) layers
2023-07-28 13:15:45 -05:00
354d952567
Fix spacing/padding/overflow style issues
2023-07-28 08:14:48 -05:00
bfef3a2c71
Add Country Kitchen layer
2023-07-28 06:50:50 -05:00
da86da8877
Add Whataburger layer
2023-07-25 22:46:28 -05:00
3e3eae869c
Add states, plus who's visited where
2023-07-25 22:15:16 -05:00
0b88a77b15
Add US Census Bureau layers
2023-07-25 22:06:45 -05:00
77ff710b0d
Make categories collapsible
2023-07-25 20:35:57 -05:00
7957523c3c
Distribute data with layers instead of data/ dir
...
This was originally done to make the gitignoring easier, but ended up
being somewhat more complex when trying to include files, so they're
moving out closer to the point of use.
2023-07-25 19:14:05 -05:00
c74edcb8c0
Move chains to their own directory
2023-07-25 19:14:05 -05:00
f3f7a21645
Add bikepacking routes layer
2023-07-25 17:42:31 -05:00
e203a93478
Add Milwaukee Burger Company layer
2023-07-25 17:41:31 -05:00
066315f36a
Add Chandler layer
...
Also enable es2022 to allow top-level await (supported by 2021-era+
browsers)
2023-07-24 23:23:42 -05:00
be8cf4e5f0
Add Krispy Kreme layer
2023-07-24 22:52:40 -05:00
ca24e3b6ea
Add Waffle House layer
2023-07-24 22:44:54 -05:00
eb1a8fd17c
Remove unneeded imports from Menards layer
2023-07-24 22:44:35 -05:00
d75b833911
Add Kwik Trip
2023-07-04 01:18:14 -05:00
4c4b37e74e
Add Culver's
2023-07-04 00:56:31 -05:00
4167fed59c
Wrap layer selection in labels so clicking text checks box
2023-07-04 00:20:13 -05:00
bacab31bbc
Add Menards layer
...
Most of this was stolen from prior work:
6c4c2aa9ae
The one thing that took me an unreasonably long time to figure out was
that SVGs without width/height don't work (correctly? at all?) in
OpenLayers. Possibly due to this issue?:
https://github.com/openlayers/openlayers/issues/14196
Anyway, it was fixed by adding a width and height attribute to the pin
SVG.
2023-07-04 00:08:44 -05:00
ed0abffad1
Update README
2023-07-03 22:42:44 -05:00
2ff3e61060
Slightly improve styling on mobile devices
2023-07-03 22:41:24 -05:00
fd7dca3b11
Make menu off-canvas
2023-07-03 22:13:15 -05:00
06b2b5103a
Add some more basemap layers
2023-07-03 19:46:22 -05:00
ffaf53fee2
Add basic side menu for layer selection
...
This _should_ be smart and not load expensive layers until they're rendered.
2023-07-03 19:45:53 -05:00
7e9164c11f
Update base HTML template
2023-07-03 19:22:33 -05:00
a0a5b5bf42
Add NHL arenas layer
2023-07-03 18:39:44 -05:00
6afaa43911
Add Makefile
2023-07-03 17:12:02 -05:00
efe4b7cd92
Add Amtrak routes layer
2023-07-03 15:42:53 -05:00
010f28e6d9
Add helper scripts to run all other get_data scripts for layers
2023-07-03 13:31:20 -05:00
8cd758a780
Center on my home
2023-07-03 01:00:10 -05:00
6e602b9d30
Update dependencies
...
This resolves https://github.com/advisories/GHSA-353f-5xf4-qw67 .
2023-07-03 00:23:18 -05:00
a762f2b9a4
Add base map code
...
This was built with `npm create ol-app my-app`.
2023-07-03 00:20:36 -05:00