timautin

Results 9 issues of timautin

As you can see on this video: https://www.youtube.com/watch?v=CigNib7UI3g&feature=youtu.be , if you open the detail activity, rotate the device and come back, there's a black blink. If you use the "Do...

Hello, Thanks for your code, which looks promising. I've added it to my project, and I'm able to triangulate a point cloud. But I'd like some help on how to...

When having multiline buttons, the text of the titleLabel grows outside of the button. I solved it by adding a few auto layout constraints (using a custom extension but you'll...

Added the possibility to provide ImageIO's output format in the TYPE string of the renderd.conf file. For instance: TYPE=png image/png TYPE=png image/png png256 TYPE=png image/png png24 TYPE=png image/png png This...

Hello, I need to be able to display local .mbtiles files. Using mablibre-gl-js this would be done using the addProtocol method. It is unsupported yet in flutter-mapblibre-gl, right? Would you...

documentation

Maplibre supports strechable icons, allowing nice text backgrounds: https://maplibre.org/maplibre-gl-js/docs/examples/add-image-stretchable This is not supported in flutter-maplibre-gl, right?

enhancement
good first issue

Hello, I'm unable to read the doc.kml file in the following zip file with 1.0.4 & 1.0.5, while it was working fine with 1.0.3: [http://ewalk.app/objectivezip-bug.kmz](url). By the way, is there...

If I'm not mistaken, currently we cannot delete / replace a file in the archive, without extracting all the archive and creating a new one, which is really cumbersome. Do...

Would it be possible to add the possibility to read from InputStream as well? Thanks