Go to file
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
.github Add base map code 2023-07-03 00:20:36 -05:00
data Add helper scripts to run all other get_data scripts for layers 2023-07-03 13:31:20 -05:00
layers Add Menards layer 2023-07-04 00:08:44 -05:00
ui Make menu off-canvas 2023-07-03 22:13:15 -05:00
.gitignore Add base map code 2023-07-03 00:20:36 -05:00
Makefile Add Makefile 2023-07-03 17:12:02 -05:00
README.md Update README 2023-07-03 22:42:44 -05:00
index.html Slightly improve styling on mobile devices 2023-07-03 22:41:24 -05:00
main.js Make menu off-canvas 2023-07-03 22:13:15 -05:00
package-lock.json Update dependencies 2023-07-03 00:23:18 -05:00
package.json Update dependencies 2023-07-03 00:23:18 -05:00
style.css Slightly improve styling on mobile devices 2023-07-03 22:41:24 -05:00
vite.config.js Add base map code 2023-07-03 00:20:36 -05:00

README.md

maps.chandlerswift.com

All filterable by time frame

Americana theme?

Requirements

POSIX shell python3 with requests