Leaflet.Heightgraph icon indicating copy to clipboard operation
Leaflet.Heightgraph copied to clipboard

Leaflet plugin to visualize height information and road attributes.

Results 46 Leaflet.Heightgraph issues
Sort by recently updated
recently updated
newest added

Fixes #108 - shows missing elevation values as gap in the graph using a d3 [defined](https://github.com/d3/d3-shape/blob/master/README.md#area_defined) accessor function - the height value in the focus box is shown as "-"...

Heightgraph currently doesn't handle cases where part or all of the data points have coordinates, but no elevation/altitude value. This results in incomplete graphs and NaN errors/warnings, see comparison below...

Fixes #107. Changing the Rollup output format for the source bundle from `cjs` (CommonJS) to `iife` (IIFE: Immediately-Invoked Function Expression) fixes directly using the source bundle with a `script` tag...

I was wondering if there was a specific reason to change the x- and yTick implementation to use the power of 2? This makes it a) more complicated for to...

question

I tried to segment a track by surface type determined by the CCI Land Cover data. Some surface descriptions are longer like this example: '40': {color: '#c8c864', text: 'Mosaic natural...

Similar to https://github.com/kei-ito/rollup-plugin-embed-css/blob/master/.github/workflows/workflow.yml

enhancement

Is there a setting to change the unit of the elevation w/o changing the source code? In my case, I'm customizing this to display ocean front gradient values and the...

It would be nice if we could initialize the height bar with a value. One use case would be when we replace the data, the user previously selected a certain...

![Screenshot from 2019-11-22 15-46-33](https://user-images.githubusercontent.com/1553525/69435161-521db200-0d3f-11ea-9533-9bd9522c5d7f.png) Probably we need to call the `_mouseoutHandler` [here](https://github.com/GIScience/Leaflet.Heightgraph/blob/master/src/L.Control.Heightgraph.js#L661) also for `touchend`.

bug