Skip to content

Commit 644dfe5

Browse files
committed
Removed comments & modified error log
1 parent 821c160 commit 644dfe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Apps/Examples/Examples/All Examples/HeatmapLayerGlobeExample.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ final class HeatmapLayerGlobeExample: UIViewController, ExampleProtocol {
133133
Exp(.interpolate) {
134134
Exp(.linear)
135135
Exp(.zoom)
136-
7 // Literal numeric zoom level
136+
7
137137
Exp(.interpolate) {
138138
Exp(.linear)
139139
Exp(.get) { "mag" }
@@ -142,7 +142,7 @@ final class HeatmapLayerGlobeExample: UIViewController, ExampleProtocol {
142142
6
143143
4
144144
}
145-
16 // Literal numeric zoom level
145+
16
146146
Exp(.interpolate) {
147147
Exp(.linear)
148148
Exp(.get) { "mag" }
@@ -196,7 +196,7 @@ final class HeatmapLayerGlobeExample: UIViewController, ExampleProtocol {
196196
do {
197197
try mapView.mapboxMap.addLayer(circleLayer, layerPosition: .below(self.heatmapLayerId))
198198
} catch {
199-
print("Ran into an error adding a circle layer: \(error)")
199+
print("Ran into an error adding a layer: \(error)")
200200
}
201201
}
202202

0 commit comments

Comments
 (0)