Segun
Segun
A significant area of the page at `https://publiclab.github.io/Leaflet.DistortableImage/examples/archive` is covered with a sidebar. As such, users are denied the full benefit of the entire viewport (present on a browser) for...
Fixes #1387 Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! * [X] PR is descriptively titled 📑 and links...
**Describe the bug:** As observed by _yuri-karelics_, when image is not configured to have tooltip, the tooltip is shown as empty. Proper behaviour is to disable tooltip completely if not...
Tooltip feature support for image overlays is now built into the Leaflet.DistortableImage library. However, there are concerns that event listeners set up to enable this feature may (or may not)...
The code snippet below is extracted from ` /examples/archive.html`, I am of the opinion that `axios.get(...)` shouldn't be invoked without validating that the user-supplied `url` argument meets certain criteria before...