Commit Graph

4 Commits (4c4b37e74e0db50af0e4571ad14b490acfa50fdc)

Author SHA1 Message Date
Chandler Swift 4c4b37e74e
Add Culver's 2023-07-04 00:56:31 -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 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