Block a user
Add simple map of stations
Idea for plotting paths for individual frames
- parse path into vector of SSIDs
- look up location of each SSID
- make a GeoJSON of the path
Idea for plotting tails
- look up frames for…
Add simple map of stations
I added a small map to the main page, but need to do some templating so I can have a small map on one page and a full-size map on another page without duplicating a ton of code.
Add simple map of stations
Can't even zoom to show all the markers because the example code I used builds each marker as a separate thing, rather than making them all part of a group. Will need to think this through because…
Add simple map of stations
The example I used seems to make one feature for each frame, but I think I want to make a layer of objects that can be affected by widgets. For example, this time-slider widget: https://jsfiddle.ne…