Ryan Hausen
Ryan Hausen
Howdy, I am interested in using supercluster in a project that uses x/y coordinates instead of lat/lng. I looked through the code and got it working by changing the code...
The Duration column in project summary page isn't useful for any resumed experiments. To be specific, the formula for the duration column seems to be: Duration = experiment.EndTime - experiment.StartTime...
As Leaflet 1.4.0 the attribute _drawnLayers no longer exists for Canvas objects (see change log [here](https://github.com/Leaflet/Leaflet/blob/214193206cf3fbf84cda7d69c355bf5636cded27/CHANGELOG.md#140-2018-12-30)), so when a map uses the Canvas renderer, ellipse markers throw an exception. The...
Something is wrong with the css: 
https://github.com/ryanhausen/fitsmap/blob/7c14de7ae6b8cabffbfba54e2760c5250233bcf0/README.rst?plain=1#L273-L275
This could be useful for comparing different bands/instruments.
https://github.com/nerik/leaflet-graphicscale ``` javascript // Scale bar hack ============================================================== // https://stackoverflow.com/a/62093918 const pixelScale = 0.03; // arcseonds per pixel L.Control.MeterlessScale = L.Control.Scale.extend({ _updateMetric: function (maxPixels) { const pixels = this._getRoundNum(maxPixels); let...