Commit Graph

17 Commits (d75b83391171be40eb096784e2c5279f52167af4)

Author SHA1 Message Date
Chandler Swift d75b833911
Add Kwik Trip 2023-07-04 01:18:14 -05:00
Chandler Swift 4c4b37e74e
Add Culver's 2023-07-04 00:56:31 -05:00
Chandler Swift 4167fed59c
Wrap layer selection in labels so clicking text checks box 2023-07-04 00:20:13 -05:00
Chandler Swift 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
Chandler Swift ed0abffad1
Update README 2023-07-03 22:42:44 -05:00
Chandler Swift 2ff3e61060
Slightly improve styling on mobile devices 2023-07-03 22:41:24 -05:00
Chandler Swift fd7dca3b11
Make menu off-canvas 2023-07-03 22:13:15 -05:00
Chandler Swift 06b2b5103a
Add some more basemap layers 2023-07-03 19:46:22 -05:00
Chandler Swift 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
Chandler Swift 7e9164c11f
Update base HTML template 2023-07-03 19:22:33 -05:00
Chandler Swift a0a5b5bf42
Add NHL arenas layer 2023-07-03 18:39:44 -05:00
Chandler Swift 6afaa43911
Add Makefile 2023-07-03 17:12:02 -05:00
Chandler Swift efe4b7cd92
Add Amtrak routes layer 2023-07-03 15:42:53 -05:00
Chandler Swift 010f28e6d9
Add helper scripts to run all other get_data scripts for layers 2023-07-03 13:31:20 -05:00
Chandler Swift 8cd758a780
Center on my home 2023-07-03 01:00:10 -05:00
Chandler Swift 6e602b9d30
Update dependencies
This resolves https://github.com/advisories/GHSA-353f-5xf4-qw67.
2023-07-03 00:23:18 -05:00
Chandler Swift a762f2b9a4
Add base map code
This was built with `npm create ol-app my-app`.
2023-07-03 00:20:36 -05:00