From 6f40c75a33d4bace70acd0a17ebce60c53700b82 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 30 Apr 2023 10:04:58 -0500 Subject: [PATCH] Updating MapLibre Native to fix satellite tiles This fix is temporary until a more permanent fix is found. The way this is fixed breaks other MapLibre functionality. --- .gitmodules | 2 +- external/mapbox-gl-native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 472835da..7828c19a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "external/mapbox-gl-native"] path = external/mapbox-gl-native - url = https://github.com/maplibre/maplibre-gl-native.git + url = https://github.com/dpaulat/maplibre-gl-native.git [submodule "external/cmake-conan"] path = external/cmake-conan url = https://github.com/conan-io/cmake-conan.git diff --git a/external/mapbox-gl-native b/external/mapbox-gl-native index 4c01b7ef..fbb06ff5 160000 --- a/external/mapbox-gl-native +++ b/external/mapbox-gl-native @@ -1 +1 @@ -Subproject commit 4c01b7ef1f19964167070c3ea008780b8df72182 +Subproject commit fbb06ff53e74d3a81b434b84fff1a5dfe4b2d3c7