Skip to content

Commit

Permalink
Update style_layers_circle_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Dec 31, 2024
1 parent 94bcc23 commit 78f1bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/lib/style_layers_circle_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const _circleStyleLayer = CircleStyleLayer(
1,
1,
6,
50
50,
]
],
// Color circle by earthquake magnitude
Expand All @@ -76,7 +76,7 @@ const _circleStyleLayer = CircleStyleLayer(
5,
'rgb(239,138,98)',
6,
'rgb(178,24,43)'
'rgb(178,24,43)',
],
'circle-stroke-color': 'white',
'circle-stroke-width': 1,
Expand All @@ -88,7 +88,7 @@ const _circleStyleLayer = CircleStyleLayer(
7,
0,
8,
1
]
1,
],
},
);

0 comments on commit 78f1bfd

Please sign in to comment.