Andrea Mennillo
Andrea Mennillo
Thanks, I did some testing and google earth seems to use the same logic I implemented here: https://github.com/HandyMenny/leaflet-kmz/commit/b45dd44a3cfe45c395d5398281ca9843f22554d6 That is, every 3 numbers is a new tuple, so altitude would...
Yes, that would be a correct approach. But I would just check if a coordinate has more than 3 elements (maybe better 6) and if the number of elements is...
> it seems that updating spritezero-cli is a complicated change, with someone making a custom spritezero (since a release of that does not exist), then updating @beyondtracks/spritezero-cli to use it...
Ok, I tested spritezero with PNG support: Repos forked https://github.com/HandyMenny/spritezero https://github.com/HandyMenny/spritezero-cli https://github.com/HandyMenny/openmaptiles-tools/tree/spritezero-png https://github.com/HandyMenny/openmaptiles/tree/png-sprite It actually works, but I don't notice any major visual differences between this PR and the PNG...
> Would you prefer openmaptiles to fork the spritezero and spritezero-cli repos and move your modifications there? Yes I think it's a better idea, a central place to submit improvements/bugfixes...
I've also seen this exact error on iOS/iPadOS 17.0.x. I think it's related to this issue: https://developer.apple.com/forums/thread/737042 I've seen similar issues with other webgl libraries too, such as mapbox, arcgis,...
Hi @iandees, I had the opportunity to look at this issue. Basically, as I had already written in #6070, an unnecessary Latin1->utf8 conversion was applied to the source. The only...
Can you send the original 28874 ?
Can you try appying this change https://github.com/nginxinc/nginx-amplify-agent/pull/189 ? With that change I have no problem with MariaDB 10.5.8 on ubuntu bionic and focal.
> With the patch it does detect mariadb, but I still get the KeyError What is the output of `SHOW GLOBAL STATUS LIKE "Com_insert";` with the user configured in amplify-agent?