maplibre-native
maplibre-native copied to clipboard
MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
I think it would be nice to have a code formatting in CI. What is the preferred option for C++? I guess we could use clang-format...
If we should migrate the codebase to C++ 17, then we should clean-up some things. This issue is to track where we need to clean-up stuff.
The Android [NDK](https://developer.android.com/ndk) used by MapLibre for builds was released in 2020. Since the first MapLibre Android release there been five additional official NDK releases. Error if no NDK is...
This repository has automation scripts to build, test, and release the bindings for different platforms. It seems that these automation scripts come in a variety of languages such as: -...
We should consider embedding the MetalANGLE framework in the MapLibre project to: 1. Simplify the usage for the developer, by requiring only 1 framework (MapLibre) instead of 2 (MapLibre and...
Mapbox have a set of Flutter bindings to Mapbox GL Native: https://github.com/tobrun/flutter-mapbox-gl It began life as an official Mapbox repo. It's now "community driven and is not an official Mapbox...
Currently the scripts for building are only capable of producing a dynamic build of the SDK. We use static builds for our dependencies and so having the ability to build...
This is on device only, iOS 15. If you just zoom in all the way to zoom level 25 it seems to completely crash. I'm not really sure why that...
When I build an iOS project which contains a Watch extension. Why will the Mapbox framework be copied into App/Framework and App/Watch/ two dir? which will cause an error when...
Hi maplibre! It would be awesome if `maplibre-gl-native` would support non-mertcator projections, mainly [EPSG:4326](http://epsg.io/4326), it seems like it was a long-existing request to the `mapbox-gl-js` but not until recently they...