Go to file
Chandler Swift 77b4f845ae
Resize map on div size change
By default, OpenLayers listens for and resizes on page resize, but not
on map div size change. (Pre-2021ish, this was maybe impossible to do?
But ResizeObserver makes this easy.) This means from the first time the
sidebar is collapsed until the first time a resize event was triggered
(e.g. on mobile rotating the device) the map wouldn't render render its
full size.
2024-02-02 01:50:04 -06:00
.github Add base map code 2023-07-03 00:20:36 -05:00
layers Add Viarail layer 2024-02-01 01:17:08 -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 Refactor DOT cam layers; misc features 2024-01-31 01:17:04 -06:00
Makefile Distribute data with layers instead of data/ dir 2023-07-25 19:14:05 -05:00
README.md Fix list 2024-01-30 00:23:54 -06:00
index.html Add basic popup for item information 2024-01-29 02:26:03 -06:00
main.js Resize map on div size change 2024-02-02 01:50:04 -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