Nick Hallahan

Results 31 issues of Nick Hallahan

I attempted to use an SVG imported into an android project as an `R.drawable`. PNGs work fine, but SVG does not seem to work. I was experimenting with using OpenStreetMap...

feature request
Android

Is there any way to make the slider vertical?

I'm on a fresh Ubuntu 22.04 install, and I'm attempting to compile OSMExpress. I get through CMake, and when I `make`, I get the following error: ``` [ 32%] Built...

When adding recent tracks in 2014, the playback control does not work properly when there are older 2013 tracks. The logic of how the slider deals with tracks that occur...

bug

Allow the ability to load tracks from a CSV file.

enhancement

When the data set starts to get large, it does not seem reasonable to have to load everything up front and wait for a loading dialog (though it's nice to...

https://github.com/hallahan/LeafletPlayback/blob/master/src/TracksLayer.js#L10

For paths like circles, to enable editing, this is the correct way to do it: ``` js circle.editing.enable(); ```

Setting the css transitions for the popups does not help with making them animate smoothy and in sync with the markers. https://github.com/hallahan/LeafletPlayback/commit/ef88538a2773ddb0f49d25717bdb5edfba0732fa

When processing OSM data, sometimes we have bad geometry, and using the library for `interior_point` causes a panic. Normally, feeding bad geometry to a geometry library should return an error,...

bug
geo