We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155298d commit c495449Copy full SHA for c495449
MapboxNavigation/MGLMapView.swift
@@ -83,10 +83,10 @@ extension MGLMapView {
83
*/
84
public var showsIncidents: Bool {
85
get {
86
- return showsTileSet(withIdentifier: "mapbox.mapbox-incidents-v1", layerIdentifier: "incidents")
+ return showsTileSet(withIdentifier: "mapbox.mapbox-incidents-v1", layerIdentifier: "closures")
87
}
88
set {
89
- setShowsTileSet(newValue, withIdentifier: "mapbox.mapbox-incidents-v1", layerIdentifier: "incidents")
+ setShowsTileSet(newValue, withIdentifier: "mapbox.mapbox-incidents-v1", layerIdentifier: "closures")
90
91
92
0 commit comments