Hannes

Results 168 comments of Hannes

You must copy and paste the URLs to keep the exact character encoding intact. Reproduced in Firefox and Chromium

Same if I try to copy the following colors from my text editor into Chromium or Opera: `#000000,#800026,#bd0026,#e31a1c,#fc4e2a,#fd8d3c,#feb24c,#fed976,#ffeda0` Console says ``` Uncaught (in promise) TypeError: Cannot set property 'scale' of...

It happens once one adds a sixth color.

Here you go! [map.mbtiles.gz](https://github.com/tomchadwin/qgis2web/files/4719497/map.mbtiles.gz) Created with GDAL and a random image via: ``` gdal_translate -a_srs EPSG:3857 -a_ullr 7056000 -2237000 7058048 -2239048 map.png map.mbtiles gdaladdo map.mbtiles ```

No, if he would had the time, this issue would have been closed already. ;) Maybe you can contribute something like another mbtiles file created in different software, a custom...

Hi, this is not a website for user support. Please ask your question on https://gis.stackexchange.com/ rather.

I just ran into the same issue. I wonder if this is an option that would be easy to basically copy and paste to the other source types or if...

Addendum: It seems to work fine if a base cache is JPEG and one wants to convert to PNG. But maybe everything gets turned into PNG so this might be...

I successfully tested standard seeding to see if that used a working code path and it worked successfully: - Set the cache to store its tiles in `sqlite` - Write...

Sorry, I made a total mess with the "reproducible" example above. Should be fixed and actually easy to reproduce now I hope. ----- I got some lazy downtime at the...