hupe13
hupe13
Maybe this helps: https://github.com/hupe13/extensions-leaflet-map-dsgvo
See https://wordpress.org/plugins/extensions-leaflet-map/ Shortcode `[cluster]`
Hi Bozdoz, I think, you can close this issue, [Extensions for Leaflet Map](https://wordpress.org/support/plugin/extensions-leaflet-map/) handles this.
Okay, I deleted my comment because I thought it wasn't right. But now I tested it on an extreme track: The first quarter and the last quarter of the track...
I think the best is when the accuracy is dependent on the size. What do I care about the decimal places when the speed is 500 km/h? But it's not...
https://github.com/Raruto/leaflet-elevation/pull/210#discussion_r977833344 I will use ```php parseFloat((x).toPrecision(n)) ``` because of > // note that exponential notation might be returned in some circumstances > console.log((1234.5).toPrecision(2)) // logs '1.2e+3' [(see here)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toPrecision?retiredLocale=de)
Maybe I found a solution. Change https://github.com/Raruto/leaflet-elevation/blob/3ee745d71ed172979b7bfe0ff52f7c63214d3c04/src/utils.js#L135-L136 to ```js export const iMin = (iVal, min = +Infinity, idx = 1) => (idx > 1) ? (iVal < min ? iVal...
You can see this in your example for the [2016 Santa Rosa Marathon](https://raruto.github.io/leaflet-elevation/examples/leaflet-elevation_speed-chart.html). When you run you don't pause, you always move. But the minimum speed is 0. I have...
Works for me: ``` shell:~> diff gpx.js gpx.js.orig 310,314d309 < for (var i = 0; i < name.length; i++) { < if (name[i].parentElement.nodeName == "trk") { < this._info.name=name[i].textContent; < }...
Try ``` [leaflet-marker iconUrl="..." iconSize="..,.." iconAnchor="..,.." popupAnchor="..,.." lat=... lng=...] some text [/leaflet-marker] ``` You may need to adjust "15ch".