maplibre-native
maplibre-native copied to clipboard
MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
Instead of many small PR's with version updates, this will update most of our dependencies, so if we can test this branch and make it work we are a big...
This was previously used in an assert when hiding the info view, but that implemenatation was removed but this wasn't.
This was previously used to support the compiled in Mapbox account code. It's not longer in the project but this search path does remain.
There are duplicated files between platform/iOS/platform/darwin/src and platform/darwin/src ``` src/headless_backend_cgl.mm src/image.mm src/string_nsstring.mm src/headless_backend_eagl.mm src/number_format.mm src/local_glyph_rasterizer.mm src/logging_nslog.mm src/nsthread.mm src/collator.mm src/CFHandle.hpp src/timer.cpp src/run_loop.cpp src/async_task.cpp src/gl_functions.cpp ``` There are three files which are...
*I previously removed both the semantic version and the commit hash but I found that the semantic version is the good version string like "5.12.0" and not linked to the...
The implementation of this file appears to be that it's used in the demo app and is not public, but it's still in the path and compiled into the SDK...
Add `ClientOptions` to be able to pass around client name and version. The first client is Qt platform user agent setting. I can try to update other platforms that set...
Delta Chat faces problems to distribute the Android app containing MapLibre in F-Droid. F-Droid considers MapLibre as violating their FOSS principles because it contains references to google gms. Even though...
This pull request adds a linux ci workflow with the aim of running the render tests in ci, see #350. I added one test to the ignores list because it...