Christophe
Christophe
Thank you for this awesome plugin ! For a project, I had to be able to modify the rows (to add/remove a class when the row is selected). I therefore...
Although probably not the main point of this awesome plugin, I am sharing here how I handled constrained distorsion (eg : allowing only zoom from a center, or rectangular redimension)...
Dear contributors, I would find nice to implement some sort of collapsing of the groups. Here is how I did it quick and dirty with jqm : ``` javascript if...
On line 51, the `data:loaded` event could also return the original data, so it can be further processed/stored in the app ``` this.fire('data:loaded', { layer: layer, filename: file.name, format: ext,...
Hi, Thank you for this nice and useful work ! Would it be possible to implement a way to interrupt the process ?
Is this functionality useful for others ? I added the possibility to search by latitude & longitude in handleResults (quick & dirty). Then, you can type a lat/lon pair in...
Hi ! Thank you for this great plugin ! I am using it in a Cordova app, with Leaflet 1. By default, only 1 suggestion is displayed, even if I...