m314
m314
When I loop through my markers (from a GeoJSON file) and apply marker.setRotationOrigin() and marker.setRotationAngle(), the transformations work correctly in with Leaflet 0.7.7, but not when I upgrade to Leaflet...
Thank you for your great work on this plugin! I have a question. I want Leaflet.hotline's renderer to support the [Renderer's `padding` option](http://leafletjs.com/reference-1.0.3.html#renderer-padding). I can modify the source code to...
Hello, could you please upload your full example code for the Leaflet integration from your post http://geoexamples.com/other/2018/04/30/mapping-with-gpujs.html? I cannot get the Observable notebook to load (it has errors) and I...
Please update the package to the newest Font Awesome. :) https://fontawesome.com/
Closes #13.
Incorrect tile search for option `tms=true`. `this._globalTileRange` is not updated with subsequent calls to `getTileUrl`, so it looks for y values that are out of range. Following [Leaflet's `_resetGrid`](https://github.com/Leaflet/Leaflet/blob/72f03a7c5930d6580bfe0850ea48c3ded44130ad/src/layer/tile/GridLayer.js#L600) function,...