Skip to content

Commit

Permalink
Update layers_symbol_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Sep 20, 2024
1 parent edf682d commit 53e2d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/layers_symbol_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class _LayersSymbolPageState extends State<LayersSymbolPage> {
layout: {
// see https://maplibre.org/maplibre-style-spec/layers/#symbol
'icon-image': 'marker',
'icon-size': 0.2, // 0.08
'icon-size': 0.08,
'icon-allow-overlap': true,
'icon-anchor': 'bottom',
},
Expand Down

0 comments on commit 53e2d93

Please sign in to comment.