Raruto
Raruto
> I tried with several functions like `controlElevation.load`, `controlElevation._addData`, `controlElevation.addData`, `controlElevation.loadLayer`... I think you are already on the right path: `addData` → `_addData` → `_addGeoJSONData` → `_addPoint` ... You probably...
Related to: https://github.com/Raruto/leaflet-elevation/issues/227 and https://github.com/Raruto/leaflet-elevation/issues/259 Though the specs allows you to omit the `` tag: 👉 https://www.topografix.com/GPX/1/1/#type_wptType ``` [xsd](https://www.topografix.com/GPX/1/1/#ns_xsd):decimal [0..1] ``` I don't recommend doing so, in terms of software...
Hi @mttucl, > If you're interested in seeing it resolved, please check it out and pitch a PR. I would say that the problem is related to `yMax` calculation (I...
Hi Hupe, You can also get the same error from Chrome Desktop's [mobile emulator](https://developer.chrome.com/docs/devtools/device-mode/). ``` Uncaught TypeError: s(...).moved is not a function at SVGGElement.d (d3.min.js:2:68094) at SVGGElement. (d3.min.js:2:20668) d @...
Same as: https://github.com/d3/d3-brush/issues/83
@mauriciabad let me know about https://github.com/Raruto/leaflet-rotate/pull/48/commits/84af42b8ce6b63894b9e669599f7a74f0e482350
> Using `this._startBearing` is a good idea to reuse variables. But since the map has to remember if it has overcomed the inertia or not, it seems unavoidable to add...
> In the previous commits, I managed do run it but I forgot what I did... @mauriciabad clone this repo under a local xampp/lamp server (ie. http://localhost:80/leaflet-elevation/test), and then run...
Hi marct83, please if you are looking for help you must provide as much information as possible (a working demo describing the issue, some screenshots, code samples, ...). The most...
Given the extent of the mapped area I think there could be an excessive approximation performed by leaflet itself. To be clear, the following is pretty much all the code...