Maximilian Kröll
Maximilian Kröll
### **UPDATE:** If I use an image from the app bundle and reference it with `BitmapDescriptionFactory.FromBundle("groundoverlay.jpg")` everything works fine. But if I load the image from `Environment.SpecialFolder.LocalApplicationData` with `BitmapDescriptionFactroy.FromStream(File.OpenRead(path_to_image))` the...
### **UPDATE:** I just upgraded the version of the Plugin to the current stable **3.3.0**. But the overlay does not show up either!
I am getting the same errors for images with a high DPI (300). Images with lower ones (< 96) are working fine. Any ideas why this is the case?
Any updates? I am having the same problem! Would be reall helpful if the code changes could be merged.