hupe13
hupe13
Hi Bozdoz, Leaflet V 1.8.0 is released. The plugin works with this. But there are new options: ` integrity="sha512-...." crossorigin=""`. You should make them available. Thank you very much.
Hi Raruto, I have found that the minimum speed is always 0. The cause seems to be here: https://github.com/Raruto/leaflet-elevation/blob/3ee745d71ed172979b7bfe0ff52f7c63214d3c04/src/handlers/speed.js#L18-L22 See your [example](https://raruto.github.io/leaflet-elevation/examples/leaflet-elevation_speed-chart.html). I tried different things, but I can't solve...
Hi Raruto, during my tests, I noticed the accuracy of the tooltip and marker information. Most of the time, the marker is rounded to whole numbers, altitude and distance have...
Hi Bozdoz, this code should be in Leaflet Map and not in Extensions. ```php function leafext_replace_br ($content) { $content = preg_replace( '#(\s*)#', '', $content ); return $content; } ``` ```php...
Hi Raruto, unfortunately, I was not able to reduce the size of the pull request. It's all connected somehow. * src/components/d3.js: https://github.com/Raruto/leaflet-elevation/issues/213#issuecomment-1253954311 * all: pointToAttr: ignore the first one or...
Version 2.2.6 Hi Raruto, I translated all strings. But I can't change this one:   No matter whether Altitude, Slope, Speed or Acceleration appears. Can you please fix this?...
Hi Raruto, please see your [example](https://raruto.github.io/leaflet-elevation/examples/leaflet-elevation.html).  The name of the waypoint goes beyond the edge.. Can you please change that? Thank you very much.
https://github.com/stefanocudini/leaflet-search/blob/4eeb64603e7a05dc207abc63c0195719d98399a4/dist/leaflet-search.src.js#L262-L264 You should check if marker exists, e.g. if marker != false. I get an error if I set `marker: false` and `hideMarkerOnCollapse: true`: `Uncaught TypeError: right-hand side of 'in'...
https://github.com/bozdoz/wp-plugin-leaflet-map/issues/232#issuecomment-1666075258
Hi Bozdoz, Due to a bug in my plugin, I took one more look at max_zoom. I would like to change https://github.com/bozdoz/wp-plugin-leaflet-map/blob/b6bafe8f4fd1373776201768f5a179d55fcdc845/shortcodes/class.map-shortcode.php#L81-L82 to ```php $atts['max_zoom'] = empty($max_zoom) ? $settings->get('default_max_zoom') :...