Saad Saif
Saad Saif
**Describe the bug:** I am loading a collection of images about 50 through `L.distortableCollection` and applying corners to individual images with something like `L.distortableImageOverlay(imageUrl, {corners: anchors});` The problem is, all...
There is existent method on each native map to get the leave nodes of the cluster. On iOS it looks like this ` public virtual IMGLFeature[] LeavesOfCluster(MGLPointFeatureCluster cluster, nuint offset,...
Hi, in the code [here](https://github.com/NAXAM/mapbox-xamarin-forms/blob/fd2ed87542b43b430a6c2372c0e741176cfbe2b7/Naxam.Mapbox.Platform.Droid/MapViewRenderer.Interactor.QueryFeatures.cs#L39) the screen coordinates are not set to the correct coordinates for android. Should be set to `mpbounds.NorthWest` for `tl` and `mpbounds.SouthEast` for `br` Right now,...
I am converting PCL which is targeting PCL 4.5 - Profile 7 to .NET Standard 2.0 using this tool on VS for mac 2017. I received the below error in...
When using this plug-in on IE 11, the images are loaded on the wrong location without rotation. The reason was `0` image width and height values inside the `_reset` function....
When corners are not provided, it loads the image on the center as the original plugin does but then it throws below error without any controls to edit the image....