Add simple map of stations #57
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "map-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bouncing back and forth between
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.net/ngeLm8c0/6/ (from https://stackoverflow.com/a/36493012/2152245).
I think this is possible with GeoJSON, which I've thought about before. https://leafletjs.com/examples/geojson/
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 I want to show paths, and each path should be a group itself. Maybe groups of groups?
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.
Idea for plotting paths for individual frames
Idea for plotting tails
Idea for getting symbols right