Skip to content

Commit

Permalink
Update Maplibre 5.12.0
Browse files Browse the repository at this point in the history
Test Maplibre Style changes from maplibre/maplibre-native#90
  • Loading branch information
roblabs committed Jun 29, 2021
1 parent 65aac12 commit cf3f52c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OSM2VectorTiles/MapboxView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MapViewOSLogExtensions

struct MapboxView: UIViewRepresentable {
var oslog = OSLog(subsystem: OSLog.subsystemMapview, category: OSLog.categoryMapview)
private let mapView: MGLMapView = MGLMapView(frame: .zero, styleURL: MGLStyle.streetsStyleURL)
private let mapView: MGLMapView = MGLMapView(frame: .zero, styleURL: MGLStyle.defaultStyleURL())

// MARK: - Configuring UIViewRepresentable protocol

Expand Down
2 changes: 1 addition & 1 deletion openmaptiles-ios-demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 5.11.0;
minimumVersion = 5.12.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/maplibre/maplibre-gl-native-distribution.git",
"state": {
"branch": null,
"revision": "dc28d9ad9e1b5c52cdeab26e2fe1781db4974e9a",
"version": "5.11.0"
"revision": "d524c18d8c572db72c753f88492c36b9749725e1",
"version": "5.12.0"
}
},
{
Expand Down

0 comments on commit cf3f52c

Please sign in to comment.