mdellanave

Results 12 comments of mdellanave

I'm trying using ol-ext with GeoImage but the problem is that distortableImage uses the image corners instead of the scale factor used by ol. Assuming that distortAction will be disabled,...

> @mdellanave I'll open a feature request to add a `getScale` method to the API. thank you @sashadev-sky!!!

> @mdellanave have you found a solution to use something like this plugin but for open layers? Yes I'm currently using this https://viglino.github.io/ol-ext/examples/interaction/map.interaction.transform.html and this https://viglino.github.io/ol-ext/examples/layer/map.geoimage.html

[image-map-editor.zip](https://github.com/publiclab/Leaflet.DistortableImage/files/9685802/image-map-editor.zip) Try with this one! ;-) It is the best result I have been able to achieve. cheers

@sashadev-sky do you know the release plan? I would be grateful if it will be released soon :-)

Could it be helpful to avoid warning on optional chaining and private members?

I'm interested too.

I found the range param that seems to solve my problem. is it the right way?

Hi, I think I'm in a similar scenario: when the user click on the table item (list of pois) I want to expand the cluster programmatically to make the marker...

> @mdellanave If you want to use ES module without any bundlers, you need to import the corresponding files from `esm` folder. > > ```js > import { formValidation }...