Skip to content

Commit cde0348

Browse files
committed
Put comment back
1 parent 644dfe5 commit cde0348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ final class HeatmapLayerGlobeExample: UIViewController, ExampleProtocol {
129129
// Add circle layer
130130
var circleLayer = CircleLayer(id: self.circleLayerId, source: self.earthquakeSourceId)
131131

132+
// Adjust the circle layer radius by zoom level
132133
circleLayer.circleRadius = .expression(
133134
Exp(.interpolate) {
134135
Exp(.linear)

0 commit comments

Comments
 (0)