Rob Labs
Rob Labs
From https://github.com/maplibre/maplibre-gl-native/pull/425#issuecomment-1237533943 > My longer term recommendation for the Expressions unit tests is: > > 1. Add more Swift Unit Test for Expressions > 2. Refactor the Objective-C Unit Tests...
Speed improvements from @bolshoydi
I agree that the jpeg quality is not one of the parameters. At first look, it isn't clear to me how to change or add that parameter. But I did...
I am able to reproduce the crash on iOS and I have a branch at [roblabs/maplibre-gl-native:100-updating-local-mbtiles-file-causes-crash](https://github.com/roblabs/maplibre-gl-native/commits/100-updating-local-mbtiles-file-causes-crash) that has this sample code for reproducibility and a brute force, but working, fix....
Support for other protocols besides `https` are _in the code_, but I agree it could use some upgrades in the documentation. Pull requests for documentation and test samples are welcome....
I got slightly different errors when building `static`. Apologies, but our mainline binary artifact is a Swift binary Package. I would check `./platform/ios/scripts/package.sh` to see how `static` is handled. ---...
An update on testing MapLibre for iOS with latest macOS Ventura (13.0 Beta (22A5295i)) on Apple Silicon (M1 Mac). - [x] The instant crash found [earlier](https://github.com/maplibre/maplibre-gl-native/issues/268#issuecomment-1149262031) is now fixed. -...
Closing out this research into Ventura Beta + Xcode 14 Beta, as Xcode Version 14.0 RC (14A309) was released on Sep 7, 2022. Tracking any GL drawing issues at https://github.com/maplibre/maplibre-gl-native/issues/268
I've kicked off the GitHub Action check(s). It looks like we will have a new branch called `metal-support-new`, which we can tag like we did with the Metal Support branch...
In Xcode there are XCTests in the MapLibre CI scheme that can replicate this issue of *NSExpression function is forbidden*. To replicate in the Mapbox Unit Tests -> switch to...