Nick Hallahan

Results 71 comments of Nick Hallahan

I added GPX support. Next I will give CSV a try. Let me know if there are any issues. I took your advice and melded the GPX into the same...

Hi @boatsoap, Does addData not work for you? https://github.com/hallahan/LeafletPlayback#playbackadddatageojson I'm open to adding functionality. If you don't impede the current functionality and I test it to see if it works,...

Ah, I see. I think this is a good feature to add. Let me know if you need any help.

Awesome! I'm liking what I hear. I've worked a bit with adaptive bit rate video streaming standards when making video players years ago. I'd recommend looking at DASH for inspiration:...

This is not currently possible. I'll accept a PR with this feature.

Not sure. This code base has not been maintained for many years. I recommend using [MapLibre](https://github.com/maplibre/maplibre-gl-js) instead of Leaflet, though there isn't a playback tool quite like this...

You will need to modify getPopupContent in MovableMarker https://github.com/hallahan/LeafletPlayback/blob/master/src/MoveableMarker.js#L40

What do you mean by: > the time remained static(stuck on the first time[0]) Are you saying the time value in the popup? I assume you just need to update...

I can answer questions, but you're going to have to give me specifics of your code. You're free to do as you wish with this project, but that doesn't come...

That's a great idea--would be pretty easy to do. I'll look into it. If you feel motivated, you could make this happen.