Skip to content

Commit

Permalink
Merge pull request #340 from dpaulat/feature/dependency-bump-2024-01
Browse files Browse the repository at this point in the history
Dependency bump 2024-01
  • Loading branch information
dpaulat authored Jan 11, 2025
2 parents 7a064c7 + 84d88f5 commit db95a11
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-tidy-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}

steps:
- name: Post Comments
Expand Down
12 changes: 6 additions & 6 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ class SupercellWxConan(ConanFile):
"geographiclib/2.4",
"geos/3.13.0",
"glew/2.2.0",
"glm/cci.20230113",
"glm/1.0.1",
"gtest/1.15.0",
"libcurl/8.11.1",
"libpng/1.6.45",
"libxml2/2.12.7",
"libxml2/2.13.4",
"openssl/3.3.2",
"re2/20240702",
"spdlog/1.15.0",
"sqlite3/3.47.1",
"vulkan-loader/1.3.243.0",
"sqlite3/3.47.2",
"vulkan-loader/1.3.290.0",
"zlib/1.3.1")
generators = ("CMakeDeps")
default_options = {"geos/*:shared" : True,
"libiconv/*:shared" : True}
default_options = {"geos/*:shared" : True,
"libiconv/*:shared" : True}

def configure(self):
if self.settings.os == "Windows":
Expand Down
2 changes: 1 addition & 1 deletion external/aws-sdk-cpp
Submodule aws-sdk-cpp updated 5660 files
2 changes: 1 addition & 1 deletion external/maplibre-native
Submodule maplibre-native updated 2622 files
2 changes: 1 addition & 1 deletion external/maplibre-native-qt
Submodule maplibre-native-qt updated 73 files
+1 −0 .clang-tidy
+12 −10 .github/workflows/Android.yml
+6 −4 .github/workflows/Linux.yml
+4 −2 .github/workflows/Windows.yml
+41 −0 .github/workflows/docs-test.yml
+5 −2 .github/workflows/gh-pages-docs.yml
+21 −11 .github/workflows/iOS.yml
+7 −5 .github/workflows/macOS.yml
+97 −0 .github/workflows/source-tarball.yml
+1 −0 .gitignore
+2 −2 .pre-commit-config.yaml
+30 −0 CHANGELOG.md
+14 −1 CMakeLists.txt
+19 −30 README.md
+93 −0 cmake/presets/Linux.json
+212 −0 docs/Building.md
+29 −0 docs/Documentation.md
+23 −16 docs/Doxyfile
+0 −8 docs/MAINPAGE.md
+8 −3 docs/README.md
+128 −0 docs/Usage.md
+ docs/config/favicon.ico
+0 −0 docs/config/footer.html
+0 −0 docs/config/header.html
+0 −0 docs/config/logo.svg
+1 −1 docs/doxygen-awesome-css
+57 −0 docs/examples/example_Style.qml
+26 −0 docs/examples/snippets_Map.qml
+72 −0 docs/examples/snippets_Style.qml
+20 −0 docs/location/LayerParameter.qml
+14 −0 docs/location/QMapLibreLocation.dox
+18 −0 docs/location/SourceParameter.qml
+41 −0 docs/location/Style.qml
+15 −0 docs/location/StyleParameter.qml
+0 −9 examples/quick/minimal.pro
+4 −0 src/core/CMakeLists.txt
+3 −0 src/core/conversion_p.hpp
+17 −6 src/core/map.cpp
+1 −1 src/core/map.hpp
+4 −0 src/core/map_observer.cpp
+1 −1 src/core/map_p.hpp
+4 −0 src/core/map_renderer.cpp
+6 −0 src/core/settings.cpp
+61 −0 src/core/style/filter_parameter.cpp
+38 −0 src/core/style/filter_parameter.hpp
+61 −0 src/core/style/image_parameter.cpp
+37 −0 src/core/style/image_parameter.hpp
+17 −5 src/core/style/image_style_change.cpp
+5 −3 src/core/style/image_style_change_p.hpp
+2 −0 src/core/style/layer_parameter.cpp
+12 −3 src/core/style/layer_style_change.cpp
+4 −2 src/core/style/layer_style_change_p.hpp
+2 −0 src/core/style/source_parameter.cpp
+5 −2 src/core/style/source_style_change.cpp
+37 −8 src/core/style/style_change.cpp
+4 −0 src/core/style/style_change_utils.cpp
+14 −1 src/core/style/style_parameter.cpp
+1 −0 src/core/style/style_parameter.hpp
+159 −26 src/core/types.cpp
+2 −0 src/location/plugins/CMakeLists.txt
+12 −0 src/location/plugins/declarative_filter_parameter.cpp
+36 −0 src/location/plugins/declarative_filter_parameter.hpp
+12 −0 src/location/plugins/declarative_image_parameter.cpp
+36 −0 src/location/plugins/declarative_image_parameter.hpp
+24 −0 src/location/plugins/declarative_source_parameter.cpp
+2 −0 src/location/plugins/declarative_source_parameter.hpp
+1 −1 src/location/qgeomap.cpp
+1 −1 src/location/texture_node.cpp
+59 −2 src/widgets/gl_widget.cpp
+1 −1 test/core/map_tester.cpp
+6 −0 test/qml/CMakeLists.txt
+91 −6 test/qml/qt6/tst_style_parameters.qml
+1 −1 test/widgets/gl_tester.cpp
6 changes: 6 additions & 0 deletions scwx-qt/source/scwx/qt/map/map_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
{.name_ {"Landscape"},
.url_ {"https://api.maptiler.com/maps/landscape/style.json"},
.drawBelow_ {"Runway"}},
{.name_ {"Ocean"},
.url_ {"https://api.maptiler.com/maps/ocean/style.json"},
.drawBelow_ {"Landform labels"}},
{.name_ {"Outdoor"},
.url_ {"https://api.maptiler.com/maps/outdoor-v2/style.json"},
.drawBelow_ {"aeroway_runway", "Aeroway"}},
Expand All @@ -167,6 +170,9 @@ static const std::unordered_map<MapProvider, MapProviderInfo> mapProviderInfo_ {
.url_ {"https://api.maptiler.com/maps/ch-swisstopo-lbm-vivid/"
"style.json"},
.drawBelow_ {"pattern_landcover_vineyard", "Vineyard pattern"}},
{.name_ {"Toner"},
.url_ {"https://api.maptiler.com/maps/toner-v2/style.json"},
.drawBelow_ {"Bridge"}},
{.name_ {"Topo"},
.url_ {"https://api.maptiler.com/maps/topo-v2/style.json"},
.drawBelow_ {"aeroway_runway", "Runway"}},
Expand Down
4 changes: 2 additions & 2 deletions scwx-qt/source/scwx/qt/map/map_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1573,8 +1573,8 @@ void MapWidget::paintGL()

// Render QMapLibre Map
p->map_->resize(size());
p->map_->setFramebufferObject(defaultFramebufferObject(),
size() * pixelRatio());
p->map_->setOpenGLFramebufferObject(defaultFramebufferObject(),
size() * pixelRatio());
p->map_->render();

// Perform mouse picking
Expand Down

0 comments on commit db95a11

Please sign in to comment.